sumitagrawl commented on PR #4182:
URL: https://github.com/apache/ozone/pull/4182#issuecomment-1467488002

   IMO, pseudocode,
   1. Get all keys (FSO/OBS) with limit and prvKey as starting point
   2. For each Key,
   - get bucket Type (OBS/FSO)
   - If OBS, as old code, get KeyInfo and extract metadata
   - If FSO, generate key based on path
   -             use generated Key, get KeyInfo and extract metadata
   
   Few optimization, generate key based on path, can see avoid getting parentId 
again and again
   


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