I am trying to implement the solution from Denis to parse an SQL query string and exchange the alias name with the real cache name.
In which class should I do the real processing above? Should I do it in IgniteH2Indexing class? Thank you very much in advance. Best regards, fsapei > Am 03.12.2015 um 00:10 schrieb vkulichenko <[email protected]>: > > Fsapei, > > Automatic discovery process has nothing to do with caches, it's a protocol > allowing several nodes to form a cluster. A cluster can have multiple > caches, which are independent and isolated from each other. So, if I > correctly understood your proposal, it will not work. I think you should go > with the solution suggested by Denis. > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Continuous-update-Data-Grid-Cache-tp2075p2120.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
