docs icon indicating copy to clipboard operation
docs copied to clipboard

CockroachDB user documentation

Results 431 docs issues
Sort by recently updated
recently updated
newest added

In [this](https://www.cockroachlabs.com/docs/cockroachcloud/upgrade-policy.html#major-version-upgrades) section, the "start an upgrade" link points to the 23.1 upgrade docs. I think this should point to the most recent release's upgrade docs. Also, at the beginning...

T-something-broken
C-doc-bug
A-docs

CRDB supports a different set of regular expression patterns from Postgres, because we the Go's [standard regexp library](https://pkg.go.dev/regexp) and Postgres uses another. We should document what regular expression patterns we...

Adam Storm (ajstorm) commented: We should add a section to the LMS documentation which talks about "data consistency when using the LMS". We allude to consistency issues at a very...

C-doc-improvement

Jesse Seldess commented: As a compliment to automating the testing of SQL commands, we should consider automating the generation of SQL responses, which are throughout our docs. This would keep...

P-1
C-general-admin

Jesse Seldess commented: We have SQL commands throughout almost all of our tutorials and how-tos (e.g., [Learn CockroachDB SQL](https://www.cockroachlabs.com/docs/stable/learn-cockroachdb-sql.html), [SQL Tuning with `EXPLAIN`](https://www.cockroachlabs.com/docs/stable/sql-tuning-with-explain.html), and in examples throughout our SQL reference...

P-1
C-general-admin

Chengxiong Ruan (chengxiong-ruan) commented: Looks like we lack of documentation on `PARTITION ALL BY` in general: https://www.cockroachlabs.com/docs/stable/create-table.html https://www.cockroachlabs.com/docs/stable/partitioning https://www.cockroachlabs.com/docs/stable/alter-table https://www.cockroachlabs.com/docs/stable/partition-by One thing important to notice users is that how check...

C-doc-improvement

Exalate commented: ## Title VMware ESX production checklist ## Description A number of large customers are running CockroachDB on VMware ESX. Need to collect and document best practice: ## Outline...

T-missing-info
P-3
C-doc-improvement
O-customer-success

This PR contains the release notes and updates for v24.1-v24.1.15

Clarify that performance timings in column-level-encryption.md refer to 10k operations, not single operations. Takes over from cockroachdb/docs#18074 h/t @mgoddard