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

The description of `server.consistency_check.max_rate`(https://www.cockroachlabs.com/docs/v24.1/cluster-settings.html#setting-server-consistency-check-max-rate) in the docs mentions `server.consistency_check.interval`, but I can't seem to find a cluster setting entry for `server.consistency_check.interval` on the same doc page. Is it possible that...

T-missing-info
O-eng
C-doc-bug
A-docs

Fixes DOC-10547 (1) Added metrics-list.csv with file generated with v24.1.1: ./cockroach gen metric-list --format=csv > metrics-list.csv Updated the headers to lowercase to work with liquid. This file should overwrite the...

Steven Hand (hand-crdb) commented: Page: https://cockroachlabs.com/docs/v23.2/install-cockroachdb-windows.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [ ] Out of date...

C-doc-bug

Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/83147 Commit: https://github.com/cockroachdb/cockroach/commit/29d22b747cd32b2e27c4852f8a448367a19244ab --- Release note (ops change, cli change): debug zip and merge-logs commands will now work with JSON formatted logs. Jira Issue: DOC-4887

C-product-change

Marcus Gartner (mgartner) commented: The [inverted index docs](https://www.cockroachlabs.com/docs/stable/inverted-indexes#arrays] do not list all operators for which inverted indexes on ARRAYs and JSON can be used. ### Arrays The following operators in...

C-doc-improvement

Andrew Baptist (andrewbaptist) commented: Page: https://cockroachlabs.com/docs/v23.1/changefeed-examples.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [ X ] Out of...

C-doc-bug

Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/103526 Commit: https://github.com/cockroachdb/cockroach/commit/ed538d0d393730f82d957c239c13e805f8a2af1e Fixes: CC-24595 --- Release note (enterprise change): Cluster SSO (JWT authentication) can now read SQL usernames from any JWT claims instead of requiring...

C-product-change

Steven Hand (hand-crdb) commented: Page: https://cockroachlabs.com/docs/v22.1/performance-best-practices-overview.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [ ] Out of date...

C-doc-bug

Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/86195 Commit: https://github.com/cockroachdb/cockroach/commit/f9ac069d688826f41c83d89768551cd5ffb60c14 --- Release note (sql change): When running `ALTER TABLE ... ADD PRIMARY KEY` or `ALTER TABLE ... ADD CONSTRAINT ... PRIMARY KEY` in...

C-product-change

Shaun McVey (smcvey) commented: https://www.cockroachlabs.com/docs/stable/truncate.html At the top of this page is the following sentence: ``` The TRUNCATE statement removes all rows from a table. At a high level, it...

C-doc-bug