SaketaChalamchala opened a new pull request, #8214: URL: https://github.com/apache/ozone/pull/8214
## What changes were proposed in this pull request? Currently hard links to the SST files are stored in the sst backup directories. The OMKeyInfo in the SST files are not used anywhere. Proposed optimization would - Read the SST files and only store the keys including the tombstones into a temporary SST file. - Acquires a mutex and moves the temporary SST file to the original file, replacing it atomically. This will significantly reduce the storage footprint and also improve bootstrap time. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12501 ## How was this patch tested? In progress. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org