mapleFU commented on issue #315:
URL: 
https://github.com/apache/incubator-kvrocks/issues/315#issuecomment-1443130898

   Personally, I thin using snapshot is too heavy, it may block record gc, and 
maintaining it is heavy, and logic of snapshot might be heavy.
   
   Using `watchkeys` as hashmap, and maintaining them seems ok, though it may 
meets some concurrent and performance related issue. I think this is ok and 
better.
   
   Another way is, like replication, find these keys and ops from WAL.


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