milvus/internal/querycoordv2
wei liu 061a00c58f
enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981)
pr: #33052

issue: #30040

This PR introduce two database level props:
1. database.replica.number
2. database.resource_groups

User can set those two database props by AlterDatabase API, then can
load collection without specified replica_num and resource groups. then
it will use database level load param when try to load collections.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-06-21 16:56:02 +08:00
..
balance enhance: Support L0 import (#33514) (#33712) 2024-06-08 11:17:52 +08:00
checkers enhance: Enable to dynamic update balancer policy in querycoord (#33037) (#33272) 2024-05-23 15:43:41 +08:00
dist enhance: Skip return data distribution if no change happen (#32814) (#33985) 2024-06-21 10:24:12 +08:00
job fix: query node may stuck at stopping progress (#33104) (#33154) 2024-05-20 15:01:43 +08:00
meta enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
observers enhance: [2.4] try to speed up the loading of small collections (#33746) 2024-06-11 15:07:55 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session enhance: Add restful api for devops to execute rolling upgrade (#29998) 2024-03-27 16:15:19 +08:00
task enhance: Avoid to iterate whole segment list for each task's process(#33943) (#33976) 2024-06-20 10:00:05 +08:00
utils fix: query node may stuck at stopping progress (#33104) (#33154) 2024-05-20 15:01:43 +08:00
api_testonly.go test: support segment release in integration test (#31190) 2024-04-09 11:39:17 +08:00
handlers.go enhance: Enable to dynamic update balancer policy in querycoord (#33037) (#33272) 2024-05-23 15:43:41 +08:00
ops_service_test.go enhance: Enable to dynamic update balancer policy in querycoord (#33037) (#33272) 2024-05-23 15:43:41 +08:00
ops_services.go fix: query node may stuck at stopping progress (#33104) (#33154) 2024-05-20 15:01:43 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
server_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00
server.go fix:[cherry-pick]Panic if ProcessActiveStandBy returns error (#33372) 2024-05-27 10:13:59 +08:00
services_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00
services.go enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00