You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/11/20 02:40:05 UTC

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request #60: Introduce gorilla encoding for integer values

hanahmily opened a new pull request #60:
URL: https://github.com/apache/skywalking-banyandb/pull/60


   This is a variant of the original gorilla encoding:
   
     * store the start time in the beginning.
     * set the time value to  `1` when the value is present. Then encoding the value with the xor encoder.
     * set the time value to `0` when the value is absent. skipping the value.
     * using pre-defined interval to parse the time based on its offset to the start time.
   
   CC @lujiajing1126 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking-banyandb] wu-sheng merged pull request #60: Introduce gorilla encoding for integer values

Posted by GitBox <gi...@apache.org>.
wu-sheng merged pull request #60:
URL: https://github.com/apache/skywalking-banyandb/pull/60


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking-banyandb] wu-sheng merged pull request #60: Introduce gorilla encoding for integer values

Posted by GitBox <gi...@apache.org>.
wu-sheng merged pull request #60:
URL: https://github.com/apache/skywalking-banyandb/pull/60


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org