milvus/pkg/common
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
..
byte_slice.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
byte_slice_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
common.go enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00
common_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00
error.go Refine KV errors (#27588) 2023-10-13 17:15:34 +08:00
error_test.go Refine KV errors (#27588) 2023-10-13 17:15:34 +08:00
key_data_pairs.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
key_data_pairs_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
key_value_pairs.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
key_value_pairs_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
map.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
map_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
string_list.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
string_list_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
tuple.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
version.go enhance: Bump milvus & proto version to v2.4.5 (#33852) 2024-06-14 22:27:59 +08:00