Hello,
Currently, I'm trying to do a write-behind caching depending on the flush
size (I set the writeBehindFlushSize to a number, and set the
writeBehindFlushFrequency to 0). I read the documentation [1], and it said
that the default writeBehindFlushSize is 10240. What is this number
actually? Is it in bytes? When will the cache actually be flushed? My data
is the same as the one in [2]. I tried to put some inputs, and nothing
happened. But when I stop the node by calling /Ignite.stop(true)/, the data
in the cache is written to the store. Did I miss something? 

FYI I already suceeded the write behind using writeBehindFlushFrequency, but
this is another case. I also want to use write behind using
writeBehindFlushSize so I might use it in another case. Do I only need to
change the writeBehindFlushFrequency and writeBehindFlushSize from the
previous case?

Thanks for any help that you can provide.

[1] https://apacheignite.readme.io/docs/persistent-store
[2]
http://apache-ignite-users.70518.x6.nabble.com/How-to-do-write-behind-caching-td12138.html



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Write-behind-Flush-Size-tp12336.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to