Skip to content

Separate out ingester index? #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jml opened this issue Sep 9, 2016 · 1 comment
Closed

Separate out ingester index? #13

jml opened this issue Sep 9, 2016 · 1 comment

Comments

@jml
Copy link
Contributor

jml commented Sep 9, 2016

From @tomwilkie

To allow for non-metric-name queries, and improve load balancing in ingesters

Copied from original issue: tomwilkie/frankenstein#12

@tomwilkie
Copy link
Contributor

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.

I suggest we close this.

roystchiang pushed a commit to roystchiang/cortex that referenced this issue Apr 6, 2022
…/efd1de49ee9a2ae62ca824845204f66864a31d1f

Prerelease/efd1de49ee9a2ae62ca824845204f66864a31d1f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants