GitHub user noxomix added a comment to the discussion: Sync-Mode 
(write_options.sync=on) extremly slow writes

Alright thanks, so the use case is like I want to selfhost on same level as 
upstash, they have a proprietary redis engine with guarantee writes durably 
without data loss on crash. In benchmarks I'm getting 7000 wps - so I thought 
since RocksDB standalone can get on this level to, that KVrocks is capable to 
use this "potential".

So can you tell me if the KVrocks Workers is the thing? So a Worker blocks 
until write is through whilst in `sync=off` mode one worker can. Handle 50+ 
inserts per second? And is it technically possible e.g. fork to make it Async 
in `sync=on` mode, so the worker can have many "pending" responses and when the 
fsync is done all getting notified or would this trigger inconsistencies?  

Best Regards 

GitHub link: 
https://github.com/apache/kvrocks/discussions/3353#discussioncomment-15636254

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to