Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Evaluate expressions which involve meta tags at the end #1541

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

replay
Copy link
Contributor

@replay replay commented Nov 20, 2019

When evaluating a set of query expressions of which some involve the meta tag index and some do not, then we want to build the initial result set based on those expressions which do not involve it and use the ones that do involve it as filters.

In many cases this can lead to a significant improvement in query latency, because when we build the initial result set based on a meta tag in some cases it can grow to a really large size which then needs to be filtered down (f.e. datacenter=XYZ).

Fixes issue #1534

@replay replay merged commit e84ba93 into master Dec 4, 2019
@replay replay deleted the 20191115_issue_1534 branch December 4, 2019 14:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants