Xushaohong commented on PR #3360:
URL: https://github.com/apache/ozone/pull/3360#issuecomment-1231303893

   > a better approach might be to track deleted containers in RocksDB only.
   
   @errose28 
   My thought is also to do this. Some heavy load scenarios could be benefited 
from this. If the cluster runs for more than several months, it would have lots 
of deleted container info in memory, which is nearly not used anymore. Saving 
the record in the RDB, we could have a backup path to search the container. 
This backup solution would bring some query overhead but saves the memory.


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