Performance Features Overview

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