Closed
Description
Proposal
-querier.batch-iterators
was marked as the default option in #2344, which was 4 years ago.
https://github.com/cortexproject/cortex/blob/master/pkg/querier/querier.go#L154
There are other two options Iterators
and None
. Both goes to different code paths.
Since Batch Iterator has been used for a long time in various production environment and is pretty stable. I propose that we make Batch Iterator always on and remove other two options.
This could simplify the codebase quite a bit and make it easier to support querying native histograms.