Hi, I want to clarify about usage copyOnRead=False: As far as I know, It should help in 1.x releases, with the default configuration, when entries stored in onheap and in 2.x releases, with onHeapCacheEnabled=true(it's not default). I think we should mention this in the documentation.
Also, it shouldn't affect behavior in 2.x without enabled on heap cache, so, It's not clear to me why you get performance degradation. Evgenii 2017-09-05 10:36 GMT+03:00 steve.hostettler <[email protected]>: > Hello, > > thanks for the answer. The benchmark is actually our application stressed > with several volumes. Some quite complex to describe. However, for these > benchmarks we are only using one node. > > Basically we are loading a set of caches from the database, do a lot of > querying both ScanQuery (on BinaryObjects) and SQLQueries. > > Most of what we are doing is read only with lot of computations (at least > we > segregated the caches that are r/w) > > Based on what you described, I should witness an performance improvment. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
