Jason918 commented on pull request #2290:
URL: https://github.com/apache/rocketmq/pull/2290#issuecomment-930686590


   > We can use [RocksDB](https://github.com/facebook/rocksdb) to save delayed 
messages.
   
   @cserwen we have done this in 
https://github.com/didi/DDMQ/tree/master/carrera-chronos.
   One of the problems in this way is that Rocksdb needs heavy maintenance when 
instance get large. Compaction will consume quite a mount of IO and interfere 
with message writing. So we have to make it an external service, and causing 
more maintenance work.


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