szetszwo commented on PR #4572:
URL: https://github.com/apache/ozone/pull/4572#issuecomment-1537726881

   - One direction is to reduce O(n^2) to O(n)
   - Another direction is to reduce the size of `PartKeyInfo`.  It is currently 
~1.5KB per object.  I believe it is storing a lot of repeated information.  
Since there are 50,005,000 objects, 100 bytes reduction becomes ~5GB.  I guess 
we probably can reduce 1k, i.e. ~50GB.


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