klion26 commented on issue #10893: [FLINK-15637][state backends] Make RocksDB the default store for timers when using RocksDBStateBackend URL: https://github.com/apache/flink/pull/10893#issuecomment-576238885 Copied the benchmark result here Before applying this change ``` Benchmark (stateBackend) Mode Cnt Score Error Units RocksStateBackendBenchmark.stateBackends ROCKS thrpt 30 203.893 ± 1.580 ops/ms RocksStateBackendBenchmark.stateBackends ROCKS_INC thrpt 30 201.896 ± 5.179 ops/ms ``` After applying this change ``` Benchmark (stateBackend) Mode Cnt Score Error Units RocksStateBackendBenchmark.stateBackends ROCKS thrpt 30 194.382 ± 2.256 ops/ms RocksStateBackendBenchmark.stateBackends ROCKS_INC thrpt 30 195.912 ± 2.151 ops/ms ```
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services