Hi!
You need to be careful, with copyOnRead disabled, any local read can
return a "real" copy of the object and you can cause pretty weird bugs
if you modify that object, so be careful with that or best is to only
use it for readonly cases.
If you see that much performance improvement I would think that you run
it locally or on one node, when you fetch remote data copyOnRead would
not make any difference.
Mikael
Den 2019-12-09 kl. 12:43, skrev Hemambara:
I have disabled copyonread and the time taken to getAll() reduced to 1/3.
Earlier it was 300 ms on 10k entries and now it is 100ms. Is disabling
copyonread is fine ???
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/