bharatviswa504 edited a comment on pull request #2261:
URL: https://github.com/apache/ozone/pull/2261#issuecomment-844065641


   > 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.
   
   I think we need to revisit this it was on my bucket list never got to it. 
Why each version maintains cumulative of all.
   And also the 2nd column mentioned size & process time but only I see one 
value, what is the processing time. Just curious how much performance 
improvement we have, certainly size transmitted through network is reduced.


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

Reply via email to