-
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
[FEATURE] Support table partition #77
Comments
Milvus partition proposal
Note:
Server enhancement
The 'version' column is for general purpose. The 'owner_table' and 'partition_tag' column default is empty.
Add new task: CreatePartitionTask, DropPartitionTask, ShowPartitionsTask, implement the OnExecute() method.
Add new interfaces:
Handle partition for Query interface:
Add new interfaces:
Handle partition for FilesToSearch:
|
Already implemented in 0.6.0 |
…ilvus-io#77) * the protobuf rpms on pbone disappeared. switching to https download * fix sdist
Is your feature request related to a problem? Please describe.
I wish I could use Milvus to create partition within a table. User can insert vectors into a partition by specifying a partition tag, and search vectors from a certain partition of table. Partition can be dropped.
Describe the solution you'd like
to be discussed..
Additional context
Related issue:
#28 Add new api about vector deletion via generated date not insert date
The text was updated successfully, but these errors were encountered: