-
Notifications
You must be signed in to change notification settings - Fork 3k
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
How to modify the maximum length of the milvus field 'max_length'? #34646
Comments
I think you defined the max length in your collection schema. please try to describe the collection schema for the details. Milvus does not support dynamically update the max length for now, you need to create a new collection with a new max length value. |
My god.I have already stored a lot of data. How can I not clear the data and create a new collection? |
we already have modify collection request /assign @PowderLi could you help on modify the schema? |
@yangy996 |
the length of milvus is byte length. You can simply set varchar length to 65536 |
Hello! I've met the same issue and I just noticed your reply. Now I've installed birdwatcher and connected to etcd, could you please explain how to use birdwatcher to hack the schema and rewrite? I have read help in birdwatcher but still don't understand how to do this. Thank you ! |
/assign @congqixia |
I'm afraid schema modification is still in beta. Recently we add modifying clustering key feature only. We shall add modify max-length asap |
I think modify max length feature is a easy fix. |
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. |
Is there an existing issue for this?
Environment
No response
Current Behavior
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: