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

Tracking: DynamicFilter Cache improvements #6664

Closed
jon-chuang opened this issue Nov 30, 2022 · 1 comment
Closed

Tracking: DynamicFilter Cache improvements #6664

jon-chuang opened this issue Nov 30, 2022 · 1 comment
Assignees

Comments

@jon-chuang
Copy link
Contributor

jon-chuang commented Nov 30, 2022

Managed RangeCache (#6540):

  1. RangeLRU for providing an oracle assigning last-accessed times to subranges (feat(executor): ManagedRangeCache range last-access time oracle - RangeLru #6666)
  2. ManagedRangeCache that evicts ranges from the range cache based on watermark epoch and querying the RangeLRU

Misc:

  1. Check consistency of requested ranges from RangeCache - they should be continuous (issue: ?)
@github-actions github-actions bot added this to the release-0.1.15 milestone Nov 30, 2022
@fuyufjh
Copy link
Member

fuyufjh commented Nov 30, 2022

The design is not so straight-forward to me. Can you please write an RFC on it?

@jon-chuang jon-chuang closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants