August 2026 Summaries
3 posts from Cockroach Labs
Filter
Month:
Year:
Post Summaries
Back to Blog
Financial AI agents operating under DORA, the EU AI Act, and GDPR require database infrastructure that can provide durable auditability, attributable actions, transaction integrity, operational resilience, and data-governance controls before deployment. The discussion argues that traditional logs often leave evidence, attribution, and state gaps because they fail to preserve decision inputs, reference-data versions, agent session identities, reasoning context, and immutable records needed to reconstruct actions. It emphasizes storage-layer append-only auditing, per-agent identity attribution, strong consistency, idempotency, compensating transactions for partial failures, and enforced data residency as important capabilities for regulated financial workloads. DORA, fully applicable since January 2025, affects ICT asset classification, incident reporting, third-party risk management, resilience testing, and recovery planning, while the EU AI Act establishes traceability and record-keeping expectations for high-risk systems, with relevant Annex III obligations delayed to December 2027. The text presents distributed SQL databases as a potential fit because they combine ACID transactions, serializable consistency, and horizontal scaling, while cautioning that these technical measures are preparation for compliance rather than a guarantee of it.
Aug 07, 2026
3,769 words in the original blog post.
Rising energy use, environmental concerns, and restrictions on terrestrial data centers have prompted interest in space-based computing, with proposed satellite constellations intended to use abundant solar power, radiative cooling, and unrestricted orbital real estate for AI workloads. While most attention has focused on GPUs and compute, the text argues that practical orbital applications would also require distributed databases to preserve state, coordinate operations, and maintain consistency despite satellite failures and changing network paths. It considers how systems such as CockroachDB and its Raft consensus protocol could distribute replicas across orbital planes, tolerate lost satellites, and support hybrid architectures that keep latency-sensitive hot data in orbit while storing cheaper cold data on Earth. Major challenges include continuously shifting topology and latency, optimal scheduling of data coordinators as satellites move, distinguishing temporary communication loss from permanent node failure, aging heterogeneous hardware, and unresolved questions of data sovereignty as satellites cross national borders. Relativistic clock effects are presented as negligible compared with practical networking constraints, while future orbital-aware databases would need dynamic locality models, predictive placement policies, autonomous decommissioning, and jurisdiction-sensitive replication.
Aug 06, 2026
4,113 words in the original blog post.
Cockroach Labs has launched a production-ready CockroachDB Kubernetes Operator that provides Kubernetes-native, CockroachDB-aware lifecycle management for self-hosted deployments, replacing operational scripts and manual procedures commonly required with StatefulSets. Based on an operator used to manage more than 600 CockroachDB Cloud clusters for nearly three years, it automates deployment, rolling upgrades, health-aware scaling, certificate rotation, storage management, observability, and multi-region configuration through custom resources and separate cluster- and node-level reconciliation. The operator supports TLS options, declarative SQL initialization, zero-downtime upgrades, storage expansion, WAL failover, CMEK, physical cluster replication, Helm, GitOps, private registries, and air-gapped environments. Adding a region can be performed through a declarative configuration change while CockroachDB manages cross-region data distribution and consistency. Existing users of the legacy public operator or StatefulSet Helm charts can migrate through an opt-in automated controller that replaces nodes individually, verifies cluster health, preserves disks and certificates, maintains application availability, and supports rollback. The legacy operator and StatefulSet charts will remain supported until CockroachDB 27.3, expected in summer 2027, followed by a 12-month maintenance period without new features or support for version 27.3 and later, after which they will reach end of life.
Aug 05, 2026
1,095 words in the original blog post.