docs
docs copied to clipboard
CockroachDB user documentation
fixes DOC-10160 (1) Added logging-best-practices.md and critical-log-messages.md (DRAFT). (2) In self-hosted-deployments.json, added link to logging-best-practices.md and critical-log-messages.md. Rendered preview: - [Logging Best Practices](https://deploy-preview-18735--cockroachdb-docs.netlify.app/docs/v24.2/logging-best-practices.html) - [Critical Log Messages](https://deploy-preview-18735--cockroachdb-docs.netlify.app/docs/v24.2/critical-log-messages.html)
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/101812 Commit: https://github.com/cockroachdb/cockroach/commit/d2eac1e03aeaf6460070ada635f2f03fc3655bcc Informs: CRDB-16312 --- Release note (sql change): CREATE INDEX ... VISIBILITY ... as well as CREATE TABLE ... (... INDEX (...) VISIBILITY ...)...
Related PR: https://github.com/cockroachdb/cockroach/pull/87301 Commit: https://github.com/cockroachdb/cockroach/commit/452a2de1fb99885b74cd590b72c912e76f25f360 Informs: CRDB-16312 CRDB-16312 --- Release note (sql change): `ALTER INDEX ... VISIBILITY ...` is now supported. It can change an index visibility to any visibility...
Context: https://cockroachlabs.slack.com/archives/CHKQGKYEM/p1721138809661439 When a cluster is init'ed with `--virtualized` or `--virtualized-empty`, the `main` virtual cluster is the default so we don't need it in these connection strings. According to field...
Related PR: https://github.com/cockroachdb/cockroach/pull/91228 Commit: https://github.com/cockroachdb/cockroach/commit/0c2c58376141a297d1e5192bd5a2941312747bb8 --- Release note (sql change): users can now manually create partial single-column statistics at the extreme values on columns that are prefixes of their index....
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/101694 Commit: https://github.com/cockroachdb/cockroach/commit/8396f3304258cbf9c904e808a5e777742947cc40 Epic: CRDB-2258 --- Release note (performance improvement): We improved our changefeed to decrease the commit-to-emit latency (i.e. The difference between an event's MVCC...
Page: https://cockroachlabs.com/docs/v24.1/security-reference/authorization.html ## What is the reason for your feedback? [X] Missing the information I need [ ] Too complicated [ ] Out of date [ ] Something is broken...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/104539 Commit: https://github.com/cockroachdb/cockroach/commit/8edbf0f5b81a2ca1de69afc744f8af49d4e18d91 --- Release note (performance improvement): Improve the time to disk space reclamation when deleting rows. Previously, in scenarios where rows had large variations...
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/106177 Commit: https://github.com/cockroachdb/cockroach/commit/3c866e4e6b9d707128ab1aa211b25a8c3510bce1 --- Release note (performance improvement): Improve disk space reclamation heuristics making disk space reclamation more timely. Jira Issue: DOC-8270
Exalate commented: Related PR: https://github.com/cockroachdb/cockroach/pull/107553 Commit: https://github.com/cockroachdb/cockroach/commit/5c2f80caf469daf2eafbc7663bab23ba23895395 Epic: https://cockroachlabs.atlassian.net/browse/CRDB-26372 --- Release note (performance improvement): Added scheduler based rangefeed processor which improves rangefeed and changefeed performance for very large tables. New...