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

Optimize dynamic mapping updates on master by processing latest one per index/node #4373

Closed
kimchy opened this issue Dec 7, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Dec 7, 2013

Instead of processing all the bulk of update mappings we have per index/node, we can only update the last ordered one out of those (cause they are incremented on the node/index level). This will improve the processing time of an index that have large updates of mappings.

@kimchy kimchy closed this as completed in 4a3978d Dec 7, 2013
kimchy added a commit that referenced this issue Dec 7, 2013
…er index/node

Instead of processing all the bulk of update mappings we have per index/node, we can only update the last ordered one out of those (cause they are incremented on the node/index level). This will improve the processing time of an index that have large updates of mappings.
closes #4373
@ghost ghost assigned imotov and kimchy Dec 10, 2013
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…er index/node

Instead of processing all the bulk of update mappings we have per index/node, we can only update the last ordered one out of those (cause they are incremented on the node/index level). This will improve the processing time of an index that have large updates of mappings.
closes elastic#4373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants