cockroachdb / cockroachdb/cockroach

EXPLAIN ANALYZE limitations in docs should be called ANALYZE limitations

Open
#109,106 0 comments 0 reactions 1 assignee Claimed by @taroface View on GitHub
A-docs C-bug
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

The limitations listed in docs at https://www.cockroachlabs.com/docs/stable/known-limitations#limitations-for-explain-analyze are actually limitations of the `ANALYZE` statement or `CREATE STATISTICS` statement, which collects table statistics, not `EXPLAIN ANALYZE`, which runs the query and displays an "EXPLAIN" of the execution.

Jira issue: CRDB-30783

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.