milvus/internal/querycoordv2
congqixia 8e5865f630
enhance: Save collection targets by batches (#31616)
See also #28491 #31240

When colleciton number is large, querycoord saves collection target one
by one, which is slow and may block querycoord exits.

In local run, 500 collections scenario may lead to about 40 seconds
saving collection targets.

This PR changes the `SaveCollectionTarget` interface into batch one and
organizes the collection in 16 per bundle batches to accelerate this
procedure.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-03-27 00:09:08 +08:00
..
balance enhance: transfer resource group and dbname to querynode when load (#30936) 2024-03-21 11:59:12 +08:00
checkers fix: Check latest leader exists before using it (#31500) 2024-03-22 18:25:07 +08:00
dist enhance: replace magic number with ParamItem for dist handler (#30020) 2024-01-16 17:33:03 +08:00
job enhance: add hostname into node info (#30673) 2024-03-15 10:45:06 +08:00
meta enhance: Save collection targets by batches (#31616) 2024-03-27 00:09:08 +08:00
mocks fix: Support mvcc with hybrid serach (#30114) 2024-02-01 16:03:03 +08:00
observers fix: Make target observer auto/manual task mutual exclusive (#31584) 2024-03-26 09:57:08 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session enhance: add hostname into node info (#30673) 2024-03-15 10:45:06 +08:00
task fix: Grow task stuck at stopping node (#31487) 2024-03-25 18:57:07 +08:00
utils enhance: add hostname into node info (#30673) 2024-03-15 10:45:06 +08:00
handlers.go enhance: transfer resource group and dbname to querynode when load (#30936) 2024-03-21 11:59:12 +08:00
ops_services.go enhance: refactor leader_observer to leader_checker (#29454) 2024-01-05 15:54:55 +08:00
OWNERS
server_test.go enhance: add hostname into node info (#30673) 2024-03-15 10:45:06 +08:00
server.go fix: save current target after target observer stop (#31315) 2024-03-18 12:27:04 +08:00
services_test.go enhance: add hostname into node info (#30673) 2024-03-15 10:45:06 +08:00
services.go enhance: change frequency log to rated level (#31084) 2024-03-08 16:39:02 +08:00