You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by fatality <fa...@gmail.com> on 2017/06/16 08:33:00 UTC

is it possible to use file based cachestore for persistence?

Hi,
I would like to use a file based persistence instead of cassandra as it
becomes a bottleneck even if i try all the async/batching options. 
Could you please enlighten us if there is such option like using directly
the filesystem like hdfs or any other thing?

Regards




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/is-it-possible-to-use-file-based-cachestore-for-persistence-tp13862.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: is it possible to use file based cachestore for persistence?

Posted by Andrey Mashenkov <an...@gmail.com>.
No, Ignite doesn't have it for now.
Likely, Ignite 2.1 will have a persistence layer. See [1] for details.

[1]
http://apache-ignite-developers.2346864.n4.nabble.com/GridGain-Donates-Persistent-Distributed-Store-To-ASF-Apache-Ignite-td16788.html

On Fri, Jun 16, 2017 at 12:11 PM, fatality <fa...@gmail.com> wrote:

> So currently there is no implementation in ignite that we can already use?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/is-it-possible-to-use-file-based-
> cachestore-for-persistence-tp13862p13866.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Best regards,
Andrey V. Mashenkov

Re: is it possible to use file based cachestore for persistence?

Posted by fatality <fa...@gmail.com>.
So currently there is no implementation in ignite that we can already use?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/is-it-possible-to-use-file-based-cachestore-for-persistence-tp13862p13866.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: is it possible to use file based cachestore for persistence?

Posted by Andrey Mashenkov <an...@gmail.com>.
Hi,

You have to implement CacheStore interface for it.

On Fri, Jun 16, 2017 at 11:33 AM, fatality <fa...@gmail.com> wrote:

> Hi,
> I would like to use a file based persistence instead of cassandra as it
> becomes a bottleneck even if i try all the async/batching options.
> Could you please enlighten us if there is such option like using directly
> the filesystem like hdfs or any other thing?
>
> Regards
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/is-it-possible-to-use-file-based-
> cachestore-for-persistence-tp13862.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Best regards,
Andrey V. Mashenkov