Hi All, 1) How would one use ignite's JDBC connection to query multiple tables, both in case of joins and separately? I.e., Can one get a JDBC connection, and use it to query multiple caches? Another use case, is where a JDBC connection is used to query caches whose name is known at runtime. The client can be think or thick.
2)The same for inserts. Can one uses the same JDBC connection with different jdbc statements to load data into different caches? I'd appreciate link and/or examples. thanks.
