-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
TsBlock::argMin() and TsBlock::argMin() just return index position and if they are optimized to not perform full decompression we should also ensure that at() doesn't require full decompression with some known index positions:
idx 0 can use fast-path for first
idx count-1 can use fast-path for last
then known index positions for min/max can return the actual data from the min/max fast paths.
- depends on
-
SERVER-114222 Use fast-path for TsBlock::argMin() and TsBlock::argMax()
-
- Backlog
-