-
Notifications
You must be signed in to change notification settings - Fork 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]: Improve compaction performance #37234
Labels
Comments
sre-ci-robot
pushed a commit
that referenced
this issue
Oct 29, 2024
See #37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
tedxu
added a commit
to tedxu/milvus
that referenced
this issue
Oct 29, 2024
…-io#37163) See milvus-io#37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
tedxu
added a commit
that referenced
this issue
Oct 29, 2024
See #37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
sre-ci-robot
pushed a commit
that referenced
this issue
Oct 31, 2024
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 1, 2024
See #37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
xiaofan-luan
pushed a commit
that referenced
this issue
Nov 8, 2024
See: #37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
tedxu
added a commit
to tedxu/milvus
that referenced
this issue
Dec 4, 2024
…segment (milvus-io#37709) See milvus-io#37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
tedxu
added a commit
to tedxu/milvus
that referenced
this issue
Dec 4, 2024
…segment (milvus-io#37709) See milvus-io#37234 --------- Signed-off-by: Ted Xu <ted.xu@zilliz.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is there an existing issue for this?
What would you like to be added?
Compaction operations are essential for maintaining the overall stability and performance of the system. Although stability has been significantly improved through memory control, as seen in issues like #30682 and #32612, performance concerns may persist. For instance, typical L0 and mixed compaction processes can take anywhere from minutes to hours to complete.
To address this, I suggest implementing benchmarks and profiling to assess the current state. Based on these findings, we can develop targeted fixes to enhance the performance of compaction operations.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: