Scan data by time range #4828
Labels
A-storage
Involves code in storage engines
C-enhancement
Category Enhancements
tracking-issue
A tracking issue for a feature.
What type of enhancement is this?
Performance, Refactor
What does the enhancement do?
A region partitions data by time ranges. The region can scan data by time range so it only reads a small number of files each time. This can reduce the latency since downloading files from all ranges may take longer.
Implementation challenges
We need to postpone the pruning phase and reimplement scanners.
UnorderedScan
andSeqScan
have different requirements for ranges.Implementation history
The text was updated successfully, but these errors were encountered: