package
0.7.0
Repository: https://github.com/cortexproject/cortex.git
Documentation: pkg.go.dev

# Functions

DoParallelQueries translates between our interface for query batching, and indexes that don't yet support batching.
EnsureDirectory makes sure directory is there, if not creates it if not.
GetParallelChunks fetches chunks in parallel (up to maxParallel).
QueryFilter wraps a callback to ensure the results are filtered correctly; useful for the cache and Bigtable backend, which only ever fetches the whole row.

# Variables

QueryParallelism is the maximum number of subqueries run in parallel per higher-level query.

# Type aliases

Callback from an IndexQuery.
DoSingleQuery is the interface for indexes that don't support batching yet.