You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/15 05:27:30 UTC

[GitHub] [incubator-doris] gaodayue opened a new issue #1648: optimize V2 BinaryPlainPage format

gaodayue opened a new issue #1648: optimize V2 BinaryPlainPage format
URL: https://github.com/apache/incubator-doris/issues/1648
 
 
   The current format for binary page is `Count(4), OffsetPos(4), Value^Count, Offset(4)^Count`.
   
   I think a better approach is to store Offset and Count in the trailer, as `Value^Count, Offset(4)^Count, Count(4)`. The advantages are
   1. we don't need to store `OffsetPos` any more
   2. the encoding process becomes streaming append, no need to reserve header and change it later

----------------------------------------------------------------
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: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org