Skip to content

[Enhancement]: Merge insert message of multi partitions in one shard as one message. #39027

Open
@chyezh

Description

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

  • 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

Metadata

Assignees

Labels

kind/enhancementIssues or changes related to enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions