linyiqun edited a comment on pull request #1723: URL: https://github.com/apache/ozone/pull/1723#issuecomment-750727730
>However, each write operation calculating the usedBytes of all buckets for volume quota checker may affect write performance. The more buckets there are, the more performance is affected per write. This maybe unacceptable to the users. Also if we do this, we need to lock the volume when we count all the usedBytes of our buckets, because we don't want the usedBytes of our buckets to change back and forth when we calculate the total usedBytes, which will also affect the performance. If there is the performance consideration for this, I am okay for this. ---------------------------------------------------------------- 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]
