symious commented on pull request #2261: URL: https://github.com/apache/ozone/pull/2261#issuecomment-843308499
Some stats about this improvement, consider a key is recommitted `n` times with the same content. versions|size & process times before improvement|size & process times after improvement --- | --- | --- 1|1|1 5|15|5 10|55|10 100|5050|100 1000|500500|1000 The content of the keyLocationList should be as follows: list[0]: version0 list[1]: version0, version1 list[2]: version0, version1, version2 list[3]: version0, version1, version2, version3 ... For each version, all history versions are now stored in an OmKeyLocationInfoGroup. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
