Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the moment Apache Ignite's SQL engine doesn't support transactions for SQL queries. SELECT statements are executed on top of committed data without creating a snapshot. DML commands statements are executed as series of batched updates using IgniteCache.invokeAll command.

...