Hi Slava, I am using ignite data grid feature with ignite persistance. I have an IgniteCache<Long, Workflow> to manage a collection of Workflow objects by their Long id. I deploy data grid with this cache and populate it with few workflows. Later if I change the structure of Workflow object, and deploy this cache on the same cluster how will ignite handle the existing Workflow objects in the cache?
Alex, I am not fully aware of the SQL api for ignite. I am going through the docs now. Alexander Paschenko wrote > Hello Arun, > > Are you aware of possibility to dynamically add columns to your table via > ALTER TABLE ADD COLUMN? > > Regards, > Alex > > вт, 17 окт. 2017 г. в 19:27, slava.koptilin < > slava.koptilin@ > >: > >> Hi Arun, >> >> I don't quite understand your question. >> Could you please elaborate in more details? What are you trying to >> achieve? >> It would be nice if you can share the pseudo code here. >> >> Thanks! >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
