Performance Features Overview

Warning:
CockroachDB v22.1 is no longer supported. For more details, see 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