-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug]: DescribeIndex performance is poor if the collection has lots of scalar indexes and large number of segments #29313
Comments
/assign @xiaocai2333 please help on this |
each describe operation should takes less than 10ms |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/keep it |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
issue: #29313 issue: #30443 Signed-off-by: Cai Zhang <[email protected]>
keep it active |
issue: #29313 issue: #30443 master pr: #30939 Signed-off-by: Cai Zhang <[email protected]>
…31239) issue: #29313 master pr: #31238 Signed-off-by: Cai Zhang <[email protected]>
…31238) issue: #29313 Signed-off-by: Cai Zhang <[email protected]>
…31305) issue: #29313 master pr: #31238 Signed-off-by: Cai Zhang <[email protected]>
In versions 2.3.12 and 2.4, it has reached about 10ms. |
@xiaocai2333: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is there an existing issue for this?
Environment
Current Behavior
Create a collection with dozens of scalar fields, and create an index for each field.
Insert 60M entities into the collection, generate 1000+ segments.
Call describe_index(), time cost 10+ seconds.and
Expected Behavior
No response
Steps To Reproduce
Set dataCoord.segment.maxSize=4, start a milvus standalone.
With this script, the describe_index time cost is 3+ seconds.
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: