Share via


SQL reference

This section provides comprehensive SQL reference documentation for Citus, including data definition language (DDL) and data modifying language (DML) operations, query processing, and workarounds for common scenarios.

In this section

Article Description
Distributed DDL Reference Creating and managing distributed tables, indexes, and constraints.
Distributed DML Reference Inserting, updating, and deleting data in distributed tables.
Distributed SQL Reference Describes query patterns and SQL features that are supported on distributed tables.
Query Processing How Citus plans and executes distributed queries.
DDL Propagation How DDL commands are propagated across the cluster.
Workarounds Solutions for common limitations and edge cases.