Re: creating table on a pre-existing cache in ignite

2019-12-13 Thread datta
Hi, Ok is there way to create table from config.xml under cache config. i want to specify primary key and affinity key both in the xml file -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: H2 version security concern

2019-12-13 Thread Sobolevsky, Vladik
Thank You for pointing that out. I do understand that not everything applies to Ignite but unfortunately some of us need to adhere to blank security policies that doesn’t take the impact analysis into considerations. Thank You for clarification. Vladik From: Andrey Mashenkov Reply-To: "user@i

Re: creating table on a pre-existing cache in ignite

2019-12-13 Thread Ilya Kasnacheev
Hello! It is not possible to create table on existing cache. You can only create a table when creating new cache. Regards, -- Ilya Kasnacheev пт, 13 дек. 2019 г. в 19:30, datta : > hi , > > I am unable to create a table in a pre-created cache in ignite > > my cache config in ignite xml > >

creating table on a pre-existing cache in ignite

2019-12-13 Thread datta
hi , I am unable to create a table in a pre-created cache in ignite my cache config in ignite xml create table statement CREATE TABLE IF NOT EXISTS Person ( id int, city_

Re: Deadlock on concurrent calls to getAll and invokeAll on cache with read-through

2019-12-13 Thread peter108418
That's good news, thanks for the update. We have a reasonable workaround in place already, but we'll definitely look into it again when 2.8 is released :) -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ValueExtractor support in Apache Ignite

2019-12-13 Thread Stephen Darlington
The “Ignite Way” of doing that would be to normalise the data, put the IdentifierMap as a separate, probably co-located cache. Regards, Stephen > On 13 Dec 2019, at 09:53, Rastogi, Arjit (CWM-NR) > wrote: > > Hi Ilya, > > We want to create index on the keys present in HashMap present in the

RE: ValueExtractor support in Apache Ignite

2019-12-13 Thread Rastogi, Arjit (CWM-NR)
Hi Ilya, We want to create index on the keys present in HashMap present in the POJO we want to put in cache. Thanks & Regards, Arjit Rastogi From: Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] Sent: Thursday,December 12, 2019 4:13 PM To: user@ignite.apache.org Subject: Re: ValueExtractor su