Performance Features Overview

Warning:
As of May 16, 2023, CockroachDB v21.2 is no longer supported. For more details, refer to the Release Support Policy.

CockroachDB provides many features to improve query performance.

Indexes improve query performance by helping CockroachDB locate data without having to look through every row of a table. You typically add and tune indexes when designing your database schema.

The following features are automatically configured by CockroachDB and employed during query planning and execution:


Yes No