Tejaskriya opened a new pull request, #8260:
URL: https://github.com/apache/ozone/pull/8260

   ## What changes were proposed in this pull request?
   
   Having a background service that triggers bottommost compaction for 
keyTable, fileTable, directoryTable, deletedTable, deletedDirectoryTable, 
multipartInfoTable (all the tables that can potentially be of a very large 
size) at a large interval like 6hours can help combat performance issues caused 
in the rocksDB layer. This can be turned off using a config, but default it is 
enabled. 
   
   This would be a fallback approach until 
[HDDS-12518](https://issues.apache.org/jira/browse/HDDS-12518) design and 
implementation is completed.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-12819
   
   ## How was this patch tested?
   
   Added a unit test, also tested manually on a docker setup.
   


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