Skip to content
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

Better default size for global index -> alias map #6504

Merged
merged 1 commit into from Jun 15, 2014

Conversation

kimchy
Copy link
Member

@kimchy kimchy commented Jun 15, 2014

The alias -> (index -> alias) map, specifically the index -> alias one, typically just hold one entry, yet we eagerly initialize it to the number of indices. When there are many indices, each with many aliases, this is a very large overhead per alias...

The alias -> (index -> alias) map, specifically the index -> alias one, typically just hold one entry, yet we eagerly initialize it to the number of indices. When there are many indices, each with many aliases, this is a very large overhead per alias...
closes elastic#6504
@martijnvg
Copy link
Member

Good catch! LGTM

@kimchy kimchy merged commit 4c579d6 into elastic:master Jun 15, 2014
kimchy added a commit that referenced this pull request Jun 15, 2014
The alias -> (index -> alias) map, specifically the index -> alias one, typically just hold one entry, yet we eagerly initialize it to the number of indices. When there are many indices, each with many aliases, this is a very large overhead per alias...
closes #6504
kimchy added a commit that referenced this pull request Jun 15, 2014
The alias -> (index -> alias) map, specifically the index -> alias one, typically just hold one entry, yet we eagerly initialize it to the number of indices. When there are many indices, each with many aliases, this is a very large overhead per alias...
closes #6504
kimchy added a commit that referenced this pull request Jun 15, 2014
The alias -> (index -> alias) map, specifically the index -> alias one, typically just hold one entry, yet we eagerly initialize it to the number of indices. When there are many indices, each with many aliases, this is a very large overhead per alias...
closes #6504
@kimchy kimchy added the v1.1.3 label Jun 15, 2014
@kimchy kimchy deleted the better_default_global_aliases_map branch June 15, 2014 22:55
@clintongormley clintongormley changed the title Better default size for global index -> alias map Internal: Better default size for global index -> alias map Jul 9, 2014
@clintongormley clintongormley changed the title Internal: Better default size for global index -> alias map Better default size for global index -> alias map Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
The alias -> (index -> alias) map, specifically the index -> alias one, typically just hold one entry, yet we eagerly initialize it to the number of indices. When there are many indices, each with many aliases, this is a very large overhead per alias...
closes elastic#6504
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants