You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "DenizPiri (via GitHub)" <gi...@apache.org> on 2023/03/13 15:46:01 UTC

[GitHub] [incubator-kvrocks] DenizPiri commented on issue #315: Support Watch/Unwatch

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

   @git-hulk We started utilizing this in one of our projects. We migrated from redis. It has been running for the last 2 days. It seems to be working very well so far. 🚀 Doing around 1500ops/sec, mostly single key WATCH -> GET -> MULTI -> SET -> EXEC commands.
   
   If we were to use WATCH/UNWATCH support more widely in our other projects too, assuming that 99.9% of the time transactions will execute without any conflicts. Should we expect degraded performance, possibly because of a lock contention?


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