Skip to content
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

[Feature]: Add database level Resource Group/Replica #30040

Open
1 task done
xiaofan-luan opened this issue Jan 16, 2024 · 1 comment
Open
1 task done

[Feature]: Add database level Resource Group/Replica #30040

xiaofan-luan opened this issue Jan 16, 2024 · 1 comment
Assignees
Labels
kind/feature Issues related to feature request from users

Comments

@xiaofan-luan
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Support to add resource group, replica property on a db.

All the collections under the db will load multiple replicas on different resource groups.

usage example :

utility.create_resource_group(name, using='dbGroup1')
utility.create_resource_group(name, using='dbGroup2')

... move some server to resource group
util.alter_db_property("db1", replica = 2, resource group=['dbGroup1', 'dbGroup2'] )

If so, all the collections create in db1 will be loaded with 2 replicas on resource dbGroup1 and dbGroup2, unless user specify explicitly about replicas and resources groups

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

@xiaofan-luan xiaofan-luan added the kind/feature Issues related to feature request from users label Jan 16, 2024
@xiaofan-luan xiaofan-luan self-assigned this Jan 16, 2024
@xiaofan-luan
Copy link
Contributor Author

/assign @weiliu1031

please help on this one.

sre-ci-robot pushed a commit that referenced this issue Mar 19, 2024
issue: #30040

This PR add properties in database meta, so we can store some database
level info.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Apr 25, 2024
issue: #30040

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Apr 28, 2024
issue: #30040

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
sre-ci-robot pushed a commit to milvus-io/milvus-sdk-go that referenced this issue May 10, 2024
sre-ci-robot pushed a commit to milvus-io/pymilvus that referenced this issue May 13, 2024
sre-ci-robot pushed a commit to milvus-io/pymilvus that referenced this issue May 14, 2024
sre-ci-robot pushed a commit that referenced this issue May 29, 2024
…ading collection (#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Issues related to feature request from users
Projects
None yet
Development

No branches or pull requests

2 participants