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
If estimate_size() is most likely to be more than the actual length, then it would be perfect, but I guess currently estimate_size() gives a average approximating size, which means, it could be more or less than the actuall length.
Please make sure to cover all data types in this micro-benchmark.
after #8692 we can get the row encoding size before we really encode a row. So we can reserve the buffer before encoding.
optimizing target:
Row::value_serialize
https://github.com/singularity-data/risingwave/blob/main/src/common/src/row/mod.rs#L80bench:
cd ./src/common cargo bench --bench bench_row -- basic
The text was updated successfully, but these errors were encountered: