Hello! Can you please share your test code for speed? I will check what happens there, but am afraid to miss some detail.
Regards, -- Ilya Kasnacheev ср, 22 янв. 2020 г. в 10:56, j_recuerda <[email protected]>: > Hi Ilya, > > I perform a single test: > - I run 3 nodes > - Create an AtomicSequence (Default AtomicConfiguration). > - getAndIncrement a few times in each node. > - One uses 0, 1, ... > - Other node uses 1000, 1001, ... > - ... > - Shut down all the nodes. > - Run all the nodes again. > - Create the same AtomicSequence again. > - getAndIncrement a frew times in each node. > > At this point, if the defaultDataRegion is configured as persistent the > used > values are 3000..3999, 4000..4999, 5000..5999. In it is configured as > non-persistent the values are again 0..999, 1000..1999, 2000..2999. > > Regards, > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
