You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and SeqScan have different requirements for ranges.
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: