Distributed SQL & LINQ

Distributed​ SQL Database Capabilities

Apache Ignite comes with ANSI-99 compliant, horizontally scalable and fault-tolerant distributed SQL database. The distribution is provided either by partitioning the data across cluster nodes or by full replication, depending on the use case.

As an​ SQL database, Ignite supports all DML commands including SELECT, UPDATE, INSERT, and DELETE queries. It also implements a subset of DDL commands relevant for distributed systems.

Ignite SQL documentation is the main source of information about SQL capabilities in Ignite.

1499