PragmaTwice commented on PR #2142:
URL: https://github.com/apache/kvrocks/pull/2142#issuecomment-1987907372

   > A value in HLL using redis' impl would be about 13KB, we can storing it in 
one value. 
   
   Do you mean that we can store the whole HLL data in one rocksdb key?
   
   IMHO I think it is worth exploring how many rocksdb key value pairs is 
suitable to be stored here. 
   
   Kvrocks does not have MVCC. Considering that write ops are very frequent for 
HLL, I think putting them into multiple keys may improve efficiency.
   
   
   cc @mapleFU 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to