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

Store filter cache statistics at the shard level instead of index. #11886

Merged
merged 1 commit into from
Jun 29, 2015

Commits on Jun 29, 2015

  1. Store filter cache statistics at the shard level instead of index.

    Today we keep track of how often filters are used at the index level in order
    to decide whether they should be cached or not. This is an issue if you have
    several shards of the same index on the same node as it will multiply statistics
    by the number of shards that you have for this index on the node, which defeats
    the purpose of waiting for a filter to be reused before caching them.
    jpountz committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    ccaf846 View commit details
    Browse the repository at this point in the history