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

In-memory engine: load range check should be more flexible #17030

Open
SpadeA-Tang opened this issue May 17, 2024 · 0 comments
Open

In-memory engine: load range check should be more flexible #17030

SpadeA-Tang opened this issue May 17, 2024 · 0 comments
Assignees
Labels
type/enhancement Type: Issue - Enhancement

Comments

@SpadeA-Tang
Copy link
Member

Development Task

Now, when we load a range, if the range is overlapped with any type of ranges in the range_manager, the load will be rejected.
For example, if we want to mannually load a table whose range is "k1" - "k10", and now the "k6" - "k10" is already cached. The load will be rejected.
We may still want to load "k1" - "k6" in thsi case.

@SpadeA-Tang SpadeA-Tang added the type/enhancement Type: Issue - Enhancement label May 17, 2024
@SpadeA-Tang SpadeA-Tang self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: Issue - Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant