You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "git-hulk (via GitHub)" <gi...@apache.org> on 2023/05/05 13:00:20 UTC

[GitHub] [incubator-kvrocks] git-hulk commented on issue #1423: For bitmap, there are some suggestions

git-hulk commented on issue #1423:
URL: https://github.com/apache/incubator-kvrocks/issues/1423#issuecomment-1536227392

   Hi, @KeeProMise Thanks for your proposal.
   
   For the current implementation, the bitmap's fragment won't always take 1KiB, it determines by the max bit position in this fragment. That's to say, if the max set position is 3, the fragment size should be 1 byte, and it will be 1KiB if the max set position is 8000.
   
   Another question is how the new data fragment is compatible with the previous one. My sentiment is negative unless we have enough users complain about this.  


-- 
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: issues-unsubscribe@kvrocks.apache.org

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