wei liu 7a441c39cd
enhance: Optimize grow slice cost during query (#34256)
issue: #32252
pr: #34253

This PR try to pre-allocate FieldData for Reduce operations in the Query
chain using typeutil.PrepareResultFieldData to avoid the overhead of
dynamically growing the slice during appendFieldData process.

Additionally, Upgrade google.golang.org/protobuf from version 1.31 to
1.33 to address the growing slice overhead during the proto unmarshal
repeated field process, as referenced in
[#protobuffer/protobuf-go/](86bdc4705a).

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-07-01 16:46:08 +08:00
..
2023-09-21 09:45:27 +08:00
2023-04-03 16:22:24 +08:00