PragmaTwice commented on issue #2474:
URL: https://github.com/apache/kvrocks/issues/2474#issuecomment-2288107702

   > And what is the metric for heavy disk IO?
   
   A simple method is to check that if a command only involves a constant 
number of rocksdb read/writes, e.g. `LPUSH`, `SET`, `HSET`.
   
   Otherwise it can be a time consuming operation, e.g. `HGETALL`, `LINSERT`...
   


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