When you add persistence, latency of each individual updates gets bigger, because you update disk as well. In case you test on the same amount of parallel threads, throughput will obviously go down. However, if you increase the load, i.e. execute more operations in parallel, throughput will go back up as long as you're not running out of resources.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Tuning-parameters-for-performance-of-ignite-Persistence-store-tp16051p16061.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
