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

[Enhancement]: alter database operations support new properties #34385

Closed
1 task done
jaime0815 opened this issue Jul 3, 2024 · 0 comments
Closed
1 task done

[Enhancement]: alter database operations support new properties #34385

jaime0815 opened this issue Jul 3, 2024 · 0 comments
Assignees
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@jaime0815
Copy link
Contributor

jaime0815 commented Jul 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

  • database.diskQuota.mb Value is a float type. It takes precedence over quotaAndLimits.limitWriting.diskProtection.diskQuotaPerDB for maximum disk usage per database. Milvus will use quota configuration if the property is empty or not set.
  • database.max.collections Value is an int type. It takes precedence over quotaAndLimits.limits.maxCollectionNumPerDB for maximum collections per database. Milvus will use quota configuration if the property is empty or not set.
  • database.force.deny.writing Value is a boolean type, the database will deny writing if set to "true".

Why is this needed?

No response

Anything else?

No response

@jaime0815 jaime0815 added the kind/enhancement Issues or changes related to enhancement label Jul 3, 2024
sre-ci-robot pushed a commit that referenced this issue Jul 5, 2024
issue: #34385

Signed-off-by: jaime <yun.zhang@zilliz.com>
sre-ci-robot pushed a commit that referenced this issue Jul 5, 2024
issue: #34385
pr: #34368

Signed-off-by: jaime <yun.zhang@zilliz.com>
@jaime0815 jaime0815 self-assigned this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

1 participant