chihsuan commented on PR #10633: URL: https://github.com/apache/ozone/pull/10633#issuecomment-4925203316
> Do we have any performance benchmark to see how it affects overall write performance for small and big files? Thanks for raising this! @yandrey321 I have not run benchmarks for this patch yet. My current understanding is that the impact of the single-OM change may be small, since the sort is mostly moved from SCM to OM rather than removed. The opt-in path seems more relevant to the multi-OM case [discussed earlier](https://github.com/apache/ozone/pull/10633#issuecomment-4873051142), where several OMs share a single SCM. If you think benchmark numbers are needed for this PR, I can look into comparing enabled vs disabled for small and large file writes. 🙏 -- 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]
