fujian-zfj opened a new issue, #921:
URL: https://github.com/apache/rocketmq-externals/issues/921

   The issue tracker is **ONLY** used for bug report and feature request. 
   
   
   **FEATURE REQUEST**
   
   We will introduce kv(rocksdb) storage to solve the possible Full GC caused 
by large object memory allocation when metadata such as topic is serialized, 
and the performance degradation caused by random writing of a large number of 
small ConsumeQueue files in a million-topic scenario
   
   This proposal mainly optimizes and solves the existing perfermance problems 
in the million-topic scenario from two levels:
   
   1.Metadata like topic, subscription, consumerOffset implement kv storage
   2.ConsumeQueue index file implements kv storage
   


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