mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
We first fill the data into a vector and then copy it into the proto, for some types (exclude variable-length types and int8, int16), data could be directly copied into the proto. Sealed segment has been optimized in https://github.com/milvus-io/milvus/pull/28106. pr: #28323 Signed-off-by: yah01 <yah2er0ne@outlook.com>