-
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]: When function is added in schema, the insert interface will call describe collection, resulting in a describe collection call every time an insert is performed. #37622
Comments
/assign @zhengbuqian |
mark this as critical |
also reproduce to schema without Function defined |
/unassign /assign @XuanYang-cn assigning to XuanYang-cn as this is also reproduced when without Function |
/assign @zhengbuqian |
when That is why |
issue: milvus-io/milvus#37622 Signed-off-by: Ubuntu <ubuntu@ip-10-15-107-238.us-west-2.compute.internal> Co-authored-by: Ubuntu <ubuntu@ip-10-15-107-238.us-west-2.compute.internal>
/unassign should be fixed by milvus-io/pymilvus#2347 (master branch) or milvus-io/pymilvus#2348 (2.4 branch)
@yanliang567 see the fix, the bug is not related Function and should reproduce without Function |
@yanliang567 Seems insert by rows always will describe collection |
Is there an existing issue for this?
Environment
Current Behavior
Expected Behavior
collection info should be cached in client
Steps To Reproduce
No response
Milvus Log
Anything else?
No response
The text was updated successfully, but these errors were encountered: