You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/12 04:05:52 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2886: add rle v2 encoding for segment v2

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org