alex-plekhanov commented on PR #13042: URL: https://github.com/apache/ignite/pull/13042#issuecomment-4278560563
@zstan, performance is not affected: Before: ``` Benchmark (engine) Mode Cnt Score Error Units JmhSqlDmlBenchmark.insertDeleteBatch CALCITE thrpt 3 247,423 ± 13,055 ops/s JmhSqlDmlBenchmark.insertDeleteUniqueIndexed CALCITE thrpt 3 5110,236 ± 225,257 ops/s JmhSqlDmlBenchmark.updateBatch CALCITE thrpt 3 506,234 ± 2,200 ops/s JmhSqlDmlBenchmark.updateUniqueIndexed CALCITE thrpt 3 10052,103 ± 406,226 ops/s ``` After: ``` Benchmark (engine) Mode Cnt Score Error Units JmhSqlDmlBenchmark.insertDeleteBatch CALCITE thrpt 3 245,689 ± 7,192 ops/s JmhSqlDmlBenchmark.insertDeleteUniqueIndexed CALCITE thrpt 3 5190,206 ± 118,936 ops/s JmhSqlDmlBenchmark.updateBatch CALCITE thrpt 3 515,950 ± 9,915 ops/s JmhSqlDmlBenchmark.updateUniqueIndexed CALCITE thrpt 3 10128,092 ± 205,757 ops/s ``` -- 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]
