cockroachdb / cockroachdb/cockroach
EXPLAIN ANALYZE limitations in docs should be called ANALYZE limitations
Open
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
Assessment
This issue has not been assessed yet.