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

   > This was intentional, there could be a lot of keys corresponding to a 
container. ... We are right now using the containerKeyCount table instead and 
only deserializing the containerMetadata when we need it.
   
   @swamirishi , thanks for the explanation!  But it requires iterating one 
more table.
   
   We could lazily initialize `ContainerMetadata`.  Then, we don't have to 
iterate another table.


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