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

(Levelled-N) Optimize reading partially disjoint levels #32

Open
marvin-j97 opened this issue May 1, 2024 · 0 comments
Open

(Levelled-N) Optimize reading partially disjoint levels #32

marvin-j97 opened this issue May 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request performance

Comments

@marvin-j97
Copy link
Contributor

marvin-j97 commented May 1, 2024

Per sorted run in level: create segment multi reader, or even over multiple levels if levels are disjoint to each other -> if L0 is not disjoint, but L1+ is, it should not disqualify the optimization of grouping everything (L1+) into a single reader

!!! This is a blocker for L0 parallel Leveled compaction #48

@marvin-j97 marvin-j97 self-assigned this May 1, 2024
@marvin-j97 marvin-j97 added the enhancement New feature or request label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant