Hi,
I tested some examples related with persistent store. I tested with MariaDB
as persisten store.
Even though I tested with some Behind options like below, the performance
was not satisfied.
Maybe the performance of insert into the MariaDB table is not so good.
ccfg.setReadThrough(true);
ccfg.setWriteThrough(true);
ccfg.setWriteBehindEnabled(true);
ccfg.setWriteBehindFlushSize(2*10240);
ccfg.setWriteBehindFlushFrequency(3000);
ccfg.setWriteBehindFlushThreadCount(3);
ccfg.setWriteBehindBatchSize(2048);
Is there any possibilities to use stream files as a persistene store,
instead DB?
Thanks,
-sy
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/persistent-store-tp7664.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.