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: Moved to our own custom posting helpers. #753

Merged
merged 1 commit into from
Jan 25, 2019
Merged

Commits on Jan 25, 2019

  1. store: Moved to our own custom posting helpers.

    This is necessary to support newest TSDB.
    
    Newest optimization (http://github.com/prometheus/tsdb/pull/486) makes tsdb.PostingForMatcher impossible to use.
    
    This also hopefully reduce amount of code to understand as we don't need to necessarily fit into
    index.Postings even though we don't need streaming for now. This should make the code less complex and more readable
    (in comparision to previous `lazyPostings` implementation.
    
    Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
    bwplotka committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    9e12e0b View commit details
    Browse the repository at this point in the history