Lu Di

Results 1 issues of Lu Di

Currently, we use u16 for the count of run-length encoding: https://github.com/risinglightdb/risinglight/blob/613ffb6990458bb3558b923ce77ea1e3c1dced4a/src/storage/secondary/block/rle_block_builder.rs#L16-L26 Also we can consider using variable size encoding (IIRC, prost::encode_varint?) for those integers, and therefore we can store elements...

enhancement