AMashenkov commented on PR #6187: URL: https://github.com/apache/ignite-3/pull/6187#issuecomment-3035683854
Before the fix ``` Benchmark (fsync) (projection) Mode Cnt Score Error Units SqlSelectAllBenchmark.run false IDENTITY avgt 20 170.579 ± 0.185 ms/op SqlSelectAllBenchmark.run false TRIMMING avgt 20 335.625 ± 0.329 ms/op SqlSelectAllBenchmark.run false RESHUFFLING avgt 20 564.525 ± 0.692 ms/op ``` After the fix ``` Benchmark (fsync) (projection) Mode Cnt Score Error Units SqlSelectAllBenchmark.run false IDENTITY avgt 20 173.467 ± 0.153 ms/op SqlSelectAllBenchmark.run false TRIMMING avgt 20 344.805 ± 0.378 ms/op SqlSelectAllBenchmark.run false RESHUFFLING avgt 20 348.435 ± 0.283 ms/op ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org