Re: storing blob from 1 mb to 1 gb in apache ignite as persistent cache

2018-03-13 Thread mcherkasov
Hi, I don't see any limitations from Ignite point of view, I think it will fit your requirements. However if were you, I would build some sample app to check this. So if you will do this, my advice is to deliver code to data and do processing locally:

storing blob from 1 mb to 1 gb in apache ignite as persistent cache

2018-03-12 Thread rhshriva
We need a durable cache for storing blobs which are as follows 1. The blob could be from 1 MB to 1 GB. 2. We do not have to index the blog document. 3. The cache entry should be durable in case of node failure. So we need replication and partitioning. 4. There should be a write-behind hook so that

Ignite Persistent Cache DotNet

2018-01-11 Thread Hemasundara Rao
Hi Team, I am testing Ignite cache persistent configuration on version 2.30. I am experiencing strange behavior and it is not consistent behavior. Could you please suggest me how to configure and test persistent behavior? Thanks and Regards, Hemasundar.

Re: Persistent Cache

2016-05-04 Thread Kamal C
Thanks Denis! On Wed, May 4, 2016 at 5:55 PM, Denis Magda wrote: > Yes, it does. But it’s available as a part of paid enterprise version > delivered by GridGain. It’s not a part of Apache Ignite. > > — > Denis > > On May 4, 2016, at 3:12 PM, Kamal C

Re: Persistent Cache

2016-05-04 Thread Denis Magda
Yes, it does. But it’s available as a part of paid enterprise version delivered by GridGain. It’s not a part of Apache Ignite. — Denis > On May 4, 2016, at 3:12 PM, Kamal C wrote: > > Denis, > > Is Local Recoverable CacheStore applicable for all the cache modes?

Re: Persistent Cache

2016-05-04 Thread Kamal C
Denis, Is Local Recoverable CacheStore applicable for all the cache modes? (Local, Replicated and Partitioned) --Kamal On Wed, May 4, 2016 at 5:21 PM, Denis Magda wrote: > Hi Kamal, > > Ignite doesn’t have an implementation of the CacheStore that stores cache > data in

Re: Persistent Cache

2016-05-04 Thread Denis Magda
Hi Kamal, Ignite doesn’t have an implementation of the CacheStore that stores cache data in files on disk. You should implement it on your own or use the one that is provided by other vendors (i.e. GridGain delivers Local Store [1] as a part of it enterprise product built on top of Ignite).

Persistent Cache

2016-05-04 Thread Kamal C
Hi, I have a requirement in which state of the caches should be preserved during application restart. I've gone through the [1] link. But, I don't want to store my contents in the database. How to store the contents of cache in the disk ? [1]

Distributed persistent cache store

2015-12-22 Thread Erik Vanherck
Hi All, I gather that the current CacheStore is designed to be implemented by using some kind of centralised storage backend. However I need to store data for longer periods of time and a database is poorly suited for it (mainly small blobs) because pure write throughput matters, Hadoop HDFS

Re: Distributed persistent cache store

2015-12-22 Thread vkulichenko
-recoverable-store -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Distributed-persistent-cache-store-tp2275p2285.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.