-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Enhancement] (compaction) support parallel compaction for single replica #18742
Comments
Hi, I’m new to Doris, but I’m really interested in this issue. Would it be possible for me to take on the task of implementing this feature? I would greatly appreciate the opportunity to contribute to the project. |
I'm so sorry that this issue has already been assigned to @gitccl and you can choose another one if it is convenient for you |
I'm so sorry that I picked this issue yesterday, there are still some issues in #17176, feel free to pick another one in #17176 if you're interested. |
No problem at all. Thank you for letting me know. I’ll take a look at #17176 and choose another issue to work on. |
Search before asking
Description
Currently only one thread can do compaction for a tablet, but some case compaction may cost
a lot of time and we may able to start other thread do compaction.
Solution
multi-thread compaction for one tablet, modify meta in lock
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: