Thank you Alexei!
I have configured my cache with the following properties:
ccfg.setReadThrough(true);
ccfg.setWriteThrough(true);
ccfg.setWriteBehindEnabled(true);
ccfg.setWriteBehindBatchSize(10000);
ccfg.setStoreKeepBinary(true);
Even though the batch size is defined as 10000, I can see that the updates
are trickled to the DB as soon as the entry.setValue is called.
My update throughput is around 100-200 records/sec.
Any pointers on this.
Regards,
Anand Vijai
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/