On Wed, May 27, 2015 at 11:53 PM, tcostasouza <[email protected]> wrote:
> Can Ignite cache work with dynamic structures (e.g. maps and lists) and > still be able to run queries? > Yes for predicate-based queries. As far as SQL, my initial guess would be No, but I could be wrong. Can someone else confirm this? > BTW, does Ignite supports insert/update SQL? > Only read-only SQL queries are supported (SQL-99 compliant). For inserts and updates you should use standard key-value API.
