|
|
|
@ -1841,7 +1841,7 @@ func (db *DB) Querier(_ context.Context, mint, maxt int64) (storage.Querier, err
|
|
|
|
|
return storage.NewMergeQuerier(blockQueriers, nil, storage.ChainedSeriesMerge), nil |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// blockQueriersForRange returns individual block chunk queriers from the persistent blocks, in-order head block, and the
|
|
|
|
|
// blockChunkQuerierForRange returns individual block chunk queriers from the persistent blocks, in-order head block, and the
|
|
|
|
|
// out-of-order head block, overlapping with the given time range.
|
|
|
|
|
func (db *DB) blockChunkQuerierForRange(mint, maxt int64) ([]storage.ChunkQuerier, error) { |
|
|
|
|
var blocks []BlockReader |
|
|
|
|