-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Speed up loading of data parts at startup. #4699
Labels
Comments
№2 was implemented. |
Perhaps we should also separate table loading and table starting up, or else merge/fetch will interfere with the part loading process. |
Parts are not loaded in parallel :(
|
Broken here: #6489 |
This was referenced Feb 3, 2022
@CurtizJ said he can implement №1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do not load inactive data parts that are old enough (they will be deleted nevertheless). But still use them if we need to repair broken part at startup. Delete old inactive data parts at startup.
Use multiple threads for loading data parts to mitigate latency.
The text was updated successfully, but these errors were encountered: