ascherbakoff opened a new pull request, #6280:
URL: https://github.com/apache/ignite-3/pull/6280

   Benchmark results (on a laptop):
   
   Without consolidation:
   ```
   Benchmark                 (fsync)  (keysPerThread)  (loadBatchSize)  
(offset)  (partitionCount)  (threads)  Mode  Cnt    Score   Error  Units
   ClientKvGetBenchmark.get    false           100000            10000         
0                32          1  avgt   20  184,955 ± 2,465  us/op
   ```
   ```
   Benchmark                 (fsync)  (keysPerThread)  (loadBatchSize)  
(offset)  (partitionCount)  (threads)   Mode  Cnt      Score     Error  Units
   ClientKvGetBenchmark.get    false           100000            10000         
0                32          8  thrpt   20  25766,993 ± 624,214  ops/s
   ```
   
   With consolidation:
   ```
   Benchmark                 (fsync)  (keysPerThread)  (loadBatchSize)  
(offset)  (partitionCount)  (threads)  Mode  Cnt    Score   Error  Units
   ClientKvGetBenchmark.get    false           100000            10000         
0                32          1  avgt   20  187,306 ± 3,773  us/op
   ```
   ```
   Benchmark                 (fsync)  (keysPerThread)  (loadBatchSize)  
(offset)  (partitionCount)  (threads)   Mode  Cnt      Score      Error  Units
   ClientKvGetBenchmark.get    false           100000            10000         
0                32          8  thrpt   20  28113,619 ± 1040,303  ops/s
   ```
   
   Throughput gain about 10%, latency seems not affected.


-- 
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

Reply via email to