-
Notifications
You must be signed in to change notification settings - Fork 3.2k
enhance: support balancing multiple collections in single trigger #41875
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
enhance: support balancing multiple collections in single trigger #41875
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #41875 +/- ##
===========================================
+ Coverage 73.68% 80.53% +6.85%
===========================================
Files 335 1528 +1193
Lines 30620 215812 +185192
===========================================
+ Hits 22562 173807 +151245
- Misses 8058 35769 +27711
- Partials 0 6236 +6236
🚀 New features to boost your workflow:
|
- Optimize balance_checker to support balancing multiple collections simultaneously - Add new parameters for segment and channel balancing batch sizes - Add enableBalanceOnMultipleCollections parameter - Update tests for balance checker This change improves resource utilization by allowing the system to balance multiple collections in a single trigger with configurable batch sizes. Signed-off-by: Wei Liu <[email protected]>
5574ecc
to
cf2bc03
Compare
@weiliu1031 go-sdk check failed, comment |
rerun go-sdk |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: weiliu1031, xiaofan-luan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…lvus-io#41875) issue: milvus-io#41874 pr: milvus-io#41875 - Optimize balance_checker to support balancing multiple collections simultaneously - Add new parameters for segment and channel balancing batch sizes - Add enableBalanceOnMultipleCollections parameter - Update tests for balance checker This change improves resource utilization by allowing the system to balance multiple collections in a single trigger with configurable batch sizes. Signed-off-by: Wei Liu <[email protected]>
…er (#41875) (#42134) issue: #41874 pr: #41875 - Optimize balance_checker to support balancing multiple collections simultaneously - Add new parameters for segment and channel balancing batch sizes - Add enableBalanceOnMultipleCollections parameter - Update tests for balance checker This change improves resource utilization by allowing the system to balance multiple collections in a single trigger with configurable batch sizes. Signed-off-by: Wei Liu <[email protected]>
issue: #41874
This change improves resource utilization by allowing the system to balance multiple collections in a single trigger with configurable batch sizes.