Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan data by time range #4828

Open
6 of 9 tasks
evenyag opened this issue Oct 14, 2024 · 0 comments
Open
6 of 9 tasks

Scan data by time range #4828

evenyag opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
C-enhancement Category Enhancements tracking-issue A tracking issue for a feature.

Comments

@evenyag
Copy link
Contributor

evenyag commented Oct 14, 2024

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 and SeqScan have different requirements for ranges.

Implementation history

@evenyag evenyag added the C-enhancement Category Enhancements label Oct 14, 2024
@evenyag evenyag self-assigned this Oct 14, 2024
@evenyag evenyag added the tracking-issue A tracking issue for a feature. label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements tracking-issue A tracking issue for a feature.
Projects
None yet
Development

No branches or pull requests

1 participant