Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-27 Thread Denis Magda
Hi Naveen, No, that GoldenGate integration, I gave a link to, doesn't work with Ignite. It requires you to use GridGain instead. - Denis On Fri, Mar 23, 2018 at 12:45 AM, Naveen wrote: > Thanks Denis. > > I did go thru the link, so the full details are not furnished.

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-23 Thread Naveen
Thanks Denis. I did go thru the link, so the full details are not furnished. Can this be achieved with Ignite (out of the box) with Oracle GoldenGate tool with minot changes / configuration on ignite cluster. Thanks Naveen -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-22 Thread Denis Magda
Hi Naveen, Thanks for confirming it works in RAM to DB case for you. As for DB to RAM, that's not supported by Ignite and you need to use tools like Oracle Golden Gate to move the changes from Oracle to Ignite: https://dzone.com/articles/syncing-a-gridgain-in-memory-computing-cluster-and -- Dens

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-21 Thread Naveen
Hi Denis It works perfectly fine, probably I am first one to try dual backing stores - native and Oracle. I was able to update the data in underlying backing store Oracle with below settings All the updates

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-20 Thread Denis Magda
Hi Naveen, My question is, in case if we want to support both native and Oracle, do we > need add both persistence enabled = true and add DB related Yes, that's correct. You have to set up both storages. > 2. In case of eviction, where do we specify from which persistence it > should > get

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-20 Thread Naveen
Hi Denis I have gone thru the link you mentioned, I still have couple of questions 1. How does the config XML looks like To enable native persistence, this is what we add to the config XML

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-19 Thread Denis Magda
Hi Naveen, Here is a documentation section that answers your question: https://apacheignite.readme.io/docs/3rd-party-store#section-using-3rd-party-persistence-together-with-ignite-persistence -- Denis On Mon, Mar 19, 2018 at 7:11 AM, Naveen wrote: > Hi > > Looks

Re: New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-19 Thread David Harvey
IIgnite persistence is per data region https://apacheignite.readme.io/docs/memory-configuration#section-data-regions On Mon, Mar 19, 2018 at 10:11 AM, Naveen wrote: > Hi > > Looks like dual persistence - 3rd party (Oracle) and native persistence - > both are supported

New feature with 2.4 - Using 3rd Party Persistence With Native Persistence

2018-03-19 Thread Naveen
Hi Looks like dual persistence - 3rd party (Oracle) and native persistence - both are supported "*Starting with Apache Ignite 2.4, 3rd party persistence can be used together with native persistence*" Can someone explain how this is going to work, how do we config this. Thanks Naveen --