guohao-rosicky opened a new pull request, #5555:
URL: https://github.com/apache/ozone/pull/5555

   ## What changes were proposed in this pull request?
   
   Currently the rocksdb that loads schema v3 uses sequential loading and is 
slow to load, the purpose of this PR is to speed up the loading of the rocksdb 
using parallel loading.
   
   This is my test data:
   1. datanode 36 disks * 14TB Wrote about 50% of the capacity
   2. after restarting the datanode, it took 5 minutes to load the checksdb.
   
   After using this feature:
   
   ```
   2023-11-07 16:25:06,699 [main] INFO 
org.apache.hadoop.ozone.container.ozoneimpl.OzoneContainer: Load 35 volumes 
DbStore cost: 1532ms 
   ```
   
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-9641
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to