Category: Database, Data

I consider these to be the top 5 and most useful commands to keep in your toolbelt when working with and administering CockroachDB.

Another variation of this command and is super useful when debugging issues.

As you can see there is a lot of ways you can retrieve a lot of really useful information about the queries that are running against the cluster.

The EXPLAIN ANALYZE (DEBUG) command is my go to command when performance tuning problematic and slow running queries.

Related Articles