-
Notifications
You must be signed in to change notification settings - Fork 808
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use LazySeriesIterator with fuzzy metric name queries (#442)
* Create v8Schema with series index * Update comment * Use sha256 for seriesID * Move iterators inside chunk store * Create TestChunksToIterators * Add merge tests * Add iterator tests * Add GetReadQueries for v8Schema * Add merge iterator tests * Remove absTimeDifference * Rename MergeSamples to MergeSampleSets * Remove parallelism for MergeNSampleSets * Use lazy series iterator when fuzzy metric names * Tidy up merge iterator * Refactor getLazySeriesIterators * Rename function * Updagte chunk store tests * Add chunk store get tests * Add LazySeriesIterator tests * Move LazySeriesIterator to chunk package * Lookup chunks when accessing samples * Create and use sampleSeriesIterator in lazySeriesIterator * Add dynamodb.v8-schema-from to local k8s * Move filter splitter inside get iterator methods * Rename getFuzzyMetricLazySeriesIterators to getSeriesIterators * Remove unnecessary splitting of matchers * Use _ = iota to start at 1 * Update tests * Fix TestChunkStore_Get_lazy tests * Add comment about mergeIterator from prometheus fanin * Improve schema comment * Move chunksToMatrix to ingester tests * Move metric name check into constructor * Create matchers based on metric inside LazySeriesIterator * Use recursive merger * Create context inside lazy iterator * Cache metricName on iterator * Fix ingester import
- Loading branch information
Showing
25 changed files
with
1,395 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.