docs
docs copied to clipboard
CockroachDB user documentation
Jordan Lewis (jordanlewis) commented: Currently, there is no documentation for name resolution or descriptor fetching/leasing in the architecture docs: https://www.cockroachlabs.com/docs/stable/architecture/overview.html This is a bit unfortunate, because understanding how these pieces...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/109899 Commit: https://github.com/cockroachdb/cockroach/commit/849f94c1dc900202b4891007412c63fe3bce59d4 Epic: CRDB-25458 Informs: CRDB-24517 --- Release note (ops change): A cluster setting is introduced (kv.intent_resolver.batcher.in_flight_backpressure_limit.enabled), that defaults to false, and decides whether an...
Glenn Fawcett (glennfawcett) commented: https://www.cockroachlabs.com/docs/stable/alter-table#alter-column-data-types ^^^--- Says that altering a column size is in "preview". I believe this has been working for a while now. This is a ping to...
Jesse Seldess (jseldess) commented: Our docs list [various checks before starting a rolling upgrade](https://www.cockroachlabs.com/docs/stable/upgrade-cockroach-version.html#step-2-prepare-to-upgrade), but these checks are manual. A customer requested guidance on automating these checks, a reasonable request....
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/42063 Commit: https://github.com/cockroachdb/cockroach/commit/3de280109f4e1151ce5b72418e3c911f00b15fdc Epic: CRDB-28893 Fixes: CRDB-30617 Informs: CRDB-5394 CRDB-19226 --- Release note (sql change): a SQL client can now request strict atomicity for mixed DDL/DML...
Steven Hand (hand-crdb) commented: Re: [DELETE](https://cockroachlabs.com/docs//v20.2/delete.html) ## Issue Description There is a lack of clarity on how changing garbage collection time-to-live (GC TTL) impacts incremental backups and change data capture....
Michael Erickson (michae2) commented: When upgrading from 23.2 to 24.1, cluster setting `sql.txn.read_committed_isolation.enabled` will be enabled by default, meaning transactions started with `BEGIN TRANSACTION ISOLATION LEVEL READ COMMITTED` will actually...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/82362 Commit: https://github.com/cockroachdb/cockroach/commit/fade15e28a7a571143214ff50366902991e07713 --- Release note (security update): Certain less-secure TLS 1.2 cipher suites are no longer supported. Very old clients (more than five years old)...
**This change is intentionally against `master`** The attempt in https://github.com/cockroachdb/docs/pull/18371 did not succeed, and Netlify tried and failed to build `master` again today (https://app.netlify.com/sites/cockroachdb-docs/deploys/65f222fc3ee9a80008b1ebc6). Maybe removing all of the Netlify...
Steven Hand (hand-crdb) commented: Page: https://cockroachlabs.com/docs/v23.2/row-level-ttl.html ## What is the reason for your feedback? [X] Missing the information I need [ ] Too complicated [ ] Out of date [...