aswinshakil opened a new pull request, #4333: URL: https://github.com/apache/ozone/pull/4333
## What changes were proposed in this pull request? When keys are renamed in between snapshots, it is inefficient to find the renamed keys in the previous snapshot `keyTable`, This is because the `TableKey` for the renamed key has changed and it becomes impossible to find if the renamed key existed in the previous snapshot's `keyTable` since there is no way to index the keys with respect to objectID. This patch proposes to add a new column family `renamedKeyTable` (objectID --> RenamedKeys) to store this information. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7984 ## How was this patch tested? The patch was tested using Unit tests and CI -- 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]
