Home / Companies / Cockroach Labs / Blog / May 2024

May 2024 Summaries

6 posts from Cockroach Labs

Filter
Month: Year:
Post Summaries Back to Blog
Cockroach Labs has been named a Customers' Choice vendor in the 2024 Gartner Peer Insights 'Voice of the Customer': Cloud Database Management Systems report, demonstrating high enterprise adoption and satisfaction. The company received recognition for two regions: North America and EMEA, and is identified as an overall Customers' Choice among 20 evaluated vendors for the Cloud Database Management Systems category. With 97% of its customers willing to recommend Cockroach Labs, and an average score of 4.6 out of 5.0, the company's product has exceeded customer expectations in terms of scalability, reliability, and security. The "Voice of the Customer" report provides a methodology for aggregated reviews, complementing expert-generated research, and can play a key role in the buying process. Cockroach Labs' CEO Spencer Kimball attributes the recognition to customers' feedback, highlighting the company's commitment to providing an outstanding experience with its highly scalable and high availability distributed SQL database.
May 31, 2024 923 words in the original blog post.
RoachFest 2024 is expanding to three cities across two continents, tripling down on its popularity due to attendee feedback. The conference will feature speakers from Netflix, Riskified, Route, Superbet, and more, sharing their experiences with CockroachDB for providing always-on customer experiences. With mainstream adoption of distributed SQL on the rise, international data leaders are gathering at RoachFest 2024 to gain valuable insights on building resilient applications that scale effortlessly and expand easily to new geographies. The conference will be held in Menlo Park, London, and New York, with a dynamic lineup of speakers including Cockroach Labs' Spencer Kimball, Netflix's Shengwei Wang, Devsisters' ChangWon Lee, Route's Bryan Call, and more. RoachFest 2024 aims to create an ecosystem of learning for data professionals, offering expert speaker tracks, breakout sessions, networking opportunities, and a cocktail hour, providing a unique opportunity to learn live and in person from relational database experts.
May 22, 2024 813 words in the original blog post.
CockroachDB 24.1 introduces enhancements to support cloud-based, distributed databases that meet the resiliency needs of enterprises, while reducing operational complexity and improving developer productivity. The new release enables organizations to leverage a fully-managed enterprise experience, streamline application development, and recover faster from potential disasters. Key features include improved security and compliance, private service connect for Google Cloud Platform, Prometheus-compatible metric support, and enhancements to the CockroachDB Cloud Terraform Provider. Additionally, the release streamlines application development with improved SQL compatibility, automates data migration, and improves resilience of existing infrastructure through physical cluster replication.
May 21, 2024 1,397 words in the original blog post.
The admission control system in CockroachDB prioritizes work during different types of node overload to ensure cluster stability and minimize the impact on critical operations. When individual nodes detect excessive workload, the system queues work into different priority levels, ensuring that critical operations continue uninterrupted while lower-priority work is throttled. The system actively manages three types of overload: CPU, Storage, and Replication, each using indicators such as runnable goroutines per CPU or storage health to determine when overload occurs. By dynamically queuing work based on priority and limiting resource availability, the admission control system minimizes the risk of overload while preserving normal throughput and latency for foreground workload. This system provides temporary protection during node overload, ensuring critical cluster operations continue while other work is properly paced, and minimizing the impact of lower-priority work such as backups and changefeeds when a node is under heavy load.
May 14, 2024 1,427 words in the original blog post.
CockroachDB is a cloud-native, open-source relational database designed to handle high-traffic and high-performance applications with large-scale data volumes. It is suited to power various business use cases such as user accounts and metadata, identity access management, payments, order and inventory management, among others, across different industries including fintechs, banks, logistics companies, sports betting apps, and more. The database's distributed architecture allows it to scale effortlessly and serve customers regardless of their location, making it a suitable choice for organizations that require resilient underlying infrastructure to meet customer expectations. CockroachDB is used by thousands of customers worldwide who are architecting mission-critical use cases on the platform to future-proof their infrastructure and deliver new experiences for their customers.
May 07, 2024 637 words in the original blog post.
Here's a 1-paragraph summary of the text: The author attempts to manually shard and scale a Postgres database, but ultimately finds that sharding data across multiple nodes can lead to inconsistencies and corruption, particularly when it comes to handling writes. In contrast, CockroachDB is designed to make horizontal scaling easy, with features like automatic rebalancing of data and built-in topology patterns for optimizing data placement. The author concludes that sharding a single table is not enough to achieve the complexity of horizontally scaling a database, and that leaving it to the database itself is the best approach.
May 02, 2024 3,954 words in the original blog post.