kangpinghuang opened a new issue #2886: add rle v2 encoding for segment v2 URL: https://github.com/apache/incubator-doris/issues/2886 Now the default encoding for integer type of segment v2 is bitshuffle, performance test shows that it has some drawbacks, like every time decode the page, we should decompressed by using lz4, and the encoding efficiency is not high, cost more 40% space than relv2. for performance, I decide to add rlev2 encoding for segment v2.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org