yah01 1743f581e6
enhance: reduce 1x copy while retrieving data from growing segment (#28323) (#28475)
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>
2023-11-17 14:40:26 +08:00
..
2021-11-16 15:41:11 +08:00