milvus/internal/querycoordv2/dist
yihao.dai 657550cf06
fix: Fix slow dist handle and slow observe (#38566)
1. Provide partition&channel level indexing in the collection target.
2. Make `SegmentAction` not wait for distribution.
3. Remove scheduler and target manager mutex.
4. Optimize logging to reduce CPU overhead.

issue: https://github.com/milvus-io/milvus/issues/37630

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-01-15 20:17:00 +08:00
..
OWNERS
dist_controller.go enhance: refine querycoord meta/catalog related interfaces to ensure that each method includes a ctx parameter (#37916) 2024-11-25 11:14:34 +08:00
dist_controller_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
dist_handler.go fix: Fix slow dist handle and slow observe (#38566) 2025-01-15 20:17:00 +08:00
dist_handler_test.go enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
mock_controller.go