docs
docs copied to clipboard
CockroachDB user documentation
Page: https://cockroachlabs.com/docs/v24.1/session-variables.html ## What is the reason for your feedback? [X] Missing the information I need [ ] Too complicated [ ] Out of date [ ] Something is broken...
Addresses [DOC-9734](https://cockroachlabs.atlassian.net/browse/DOC-9734)
Syed Shamim (rafiss) commented: Related PR: [https://github.com/cockroachdb/cockroach/pull/108559](https://github.com/cockroachdb/cockroach/pull/108559) Commit: [https://github.com/cockroachdb/cockroach/commit/f6af97a21661502a680f455541f35f0385b6e6c2](https://github.com/cockroachdb/cockroach/commit/f6af97a21661502a680f455541f35f0385b6e6c2) Fixes: [https://github.com/cockroachdb/cockroach/issues/104266](https://github.com/cockroachdb/cockroach/issues/104266) ---- Release note (ops change): Added a new {{sql.schema.invalid_objects}} gauge metric. This gauge is periodically updated based on the...
Benjamin Darnell (bdarnell) commented: I didn't catch that in https://github.com/cockroachdb/docs/pull/18385/commits/7f66b095202cc0eaf657723bf89fab4f129ff8dd when the TLS cipher list was moved to an external file, it got a lot longer and included some cipher...
Michael Goddard (mgoddard) commented: Page: https://cockroachlabs.com/docs/v23.2/deploy-cockroachdb-on-premises.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [ ] Out of date...
Fabio Ghirardello (fabiog1901) commented: Page: https://www.cockroachlabs.com/docs/v23.2/bytes#example If you run through the example, you'll see the the output of SELECT is different now: ``` > select * from bytes; a |...
Exalate commented: - How quickly is a node brought back online after being restarted after failure? - Can you control how quickly this happens (i.e. throttling)? From @benesch > you...
Andrew Woods (awoods187) commented: From a recent customer conversation, we identified a need to tune load-based rebalancing. We have a number of tracking issues for this including the main tracking...
Description says that exclusive locks are replicated when it should have said shared locks instead (under the shared locks section).
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/105326 Commit: https://github.com/cockroachdb/cockroach/commit/ad3ee169537be4fbe2d2df2a8e3bbde48cb65a25 Informs: CRDB-28886 --- Release note (sql change): Add the ability to add numeric values to LSNs, or sub a decimal value from a...