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+compactor: process index cache during compaction #986

Merged
merged 1 commit into from
Apr 12, 2019

Commits on Apr 12, 2019

  1. store+compactor: process index cache during compaction

    Add few steps during compaction:
    
    1. Generate index cache for old blocks made by compactor until this version.
    2. Generate index cache during group compaction.
    3. Generate index cache during downsampling.
    4. Add index cache version to cache file.
    
    Store downloads index cache files from object store or generate on the
    fly if they don't exist.
    
    Signed-off-by: Aleksei Semiglazov <[email protected]>
    xjewer committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    5c32ed5 View commit details
    Browse the repository at this point in the history