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

db: range keys are not supported in external files #3287

Open
RaduBerinde opened this issue Feb 9, 2024 · 0 comments
Open

db: range keys are not supported in external files #3287

RaduBerinde opened this issue Feb 9, 2024 · 0 comments

Comments

@RaduBerinde
Copy link
Member

If we use IngestExternalFiles with a file that has range keys, we can get incorrect results. This is because some iterators (like keyspan.LevelIter) assume that range key boundaries are tight (and HasRangeKeys is accurate). These assumptions don't hold in general for external files.

@RaduBerinde RaduBerinde self-assigned this Feb 9, 2024
@RaduBerinde RaduBerinde added this to Incoming in Storage via automation Feb 9, 2024
@itsbilal itsbilal moved this from Incoming to Backlog in Storage Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Storage
  
Backlog
Development

No branches or pull requests

1 participant