You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Milvus split insert message on one shard at partition-wise.
When enabling partittion-key, one insert opeartion of one shard will be split into N message in wal. It's low performance when the partition num is huge, such as 1024. Make a huge write-multiply.
We need to refactor the insert message format, make one shard insert message into one message to prevent low performance insert operation.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
chyezh
changed the title
[Enhancement]: Merge insert message of partition in one shard as one message.
[Enhancement]: Merge insert message of multi partitions in one shard as one message.
Jan 7, 2025
Is there an existing issue for this?
What would you like to be added?
We need to refactor the insert message format, make one shard insert message into one message to prevent low performance insert operation.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: