You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here is to use a different sharding scheme for the index (probably just userid) than the actual series data (recently switched to hash of all labels). The idea being we could reduce the number of ingesters needed to be queried for any one query, whilst still having good load balancing.
But in hindsight I think just sharding both by all labels is good enough: even if the index is more focused, if data is spread evenly amongst all the ingesters, we'll have to touch them all on every query.
From @tomwilkie
To allow for non-metric-name queries, and improve load balancing in ingesters
Copied from original issue: tomwilkie/frankenstein#12
The text was updated successfully, but these errors were encountered: