varun-lakhyani commented on PR #15341: URL: https://github.com/apache/iceberg/pull/15341#issuecomment-4199848100
Benchmarked CPU and memory usage in both cases sync vs async in parallel execution: Mode | Time (s/op) -- | -- Async (true) | 78.319 Sync (false) | 301.904 Metric | Async (true) | Sync (false) -- | -- | -- CPU Time | 12.4 s | 14.5 s Peak Heap | 425.4 MB | 418.3 MB Total Allocated | 8.5 MB/iter | 8.9 MB/iter GC Time | 70.7 ms | 53.5 ms GC Count | 14.1 | 11.2 -- 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]
