Home / Companies / Yugabyte / Blog / April 2024

April 2024 Summaries

7 posts from Yugabyte

Filter
Month: Year:
Post Summaries Back to Blog
YugabyteDB 2.21 introduces industry-first native orchestration capabilities, including disaster recovery made simple with xCluster DR, which simplifies data resilience and tailors it for each workload. The release also accelerates database modernization with full support of Read Committed isolation, enables seamless Kubernetes deployments with the new YugabyteDB Operator, and provides a powerful upgrade rollback feature to reduce risk and automate microservice environments. Additionally, this latest version empowers users to meet their data resilience requirements by introducing several new capabilities, including native xCluster DR, which simplifies operations and reduces costs, accelerates compliance and saves time, increases flexibility and decreases risk, and is an ideal solution for limited regional availability, long-distance latency concerns, and existing DR knowledge and processes.
Apr 30, 2024 1,491 words in the original blog post.
pgbench is a popular tool for testing database performance, but its default 'TPC-B like' workload may not effectively reflect true performance as it could skew results. To overcome this, users can employ custom SQL within pgbench to design a load test that more accurately simulates real-world scenarios and identifies potential bottlenecks. This applies to PostgreSQL and Postgres-compatible databases, including YugabyteDB. Users can create a schema with a simple table and insert data using a script, which can then be run by pgbench with various arguments such as --clients, --job, --transactions, and --report-per-command to test the performance of the database under different conditions. By customizing the script and tuning the arguments, users can gain a better understanding of their database's performance and identify areas for improvement.
Apr 25, 2024 1,170 words in the original blog post.
There's still time to register for the upcoming virtual Distributed SQL Summit (DSS) Asia event on April 24th, which features a keynote by Yugabyte co-founder Karthik Ranganathan and various sessions from customers and industry experts. DSS Asia is a free online event that aims to discuss database modernization and transformation in the region's YugabyteDB community. The event showcases an amazing lineup of talks on use cases, best practices, and real-world accomplishments with distributed SQL, as well as insights into database modernization challenges. Attendees can choose from three curated talk tracks and explore various sessions, including technical deep dives, customer success stories, and best practices, suitable for all levels of expertise. The event highlights the importance of distributed SQL databases in everyday life, including streaming major events and everyday transactions.
Apr 17, 2024 659 words in the original blog post.
YugabyteDB's automatic sharding and declarative partitioning enable developers to scale their databases without losing performance or flexibility. By defining primary keys and secondary indexes, users can optimize their schema for various use cases, including data distribution, clustering, and geo-distribution. This approach allows for a wide range of scaling possibilities, including the ability to limit the number of declarative partitions for lifecycle management or data placement. With automatic sharding and declarative partitioning, developers can create optimized schemas that balance distribution and clustering to achieve high performance and scalability in their applications.
Apr 16, 2024 3,888 words in the original blog post.
YugabyteDB's distributed architecture ensures data redundancy and fault tolerance, crucial for maintaining data integrity and availability. The database can be restored swiftly from backups stored in the cloud using yb-controller, which enables rapid data recovery by leveraging cloud storage and YugabyteDB's distributed architecture. This allows organizations to quickly recover a massive 15 TB database in under 30 minutes, minimizing downtime and disruption when disaster strikes.
Apr 09, 2024 1,155 words in the original blog post.
A leading transport and logistics company needed to improve the read and write latency of their electronic radio frequency system, which relies on a low-latency read to a relational database. They migrated from Oracle to PostgreSQL but faced significant latency issues. To address this, they chose YugabyteDB, a distributed version of PostgreSQL that can accommodate a hybrid deployment model, lower latency, and run the existing application without an expensive rewrite. The company deployed YugabyteDB as a stretch cluster across three regions, implementing tablespaces, locality-optimized workloads, and row-level geo-partitioning to reduce latencies. These features enabled the addition of a new column to tables that defaults to the user's assigned region automatically, allowing data to be stored in its corresponding region without modifying the application. The company was pleased with the streamlined solution, achieving lower latency and superior resiliency compared to PostgreSQL and Oracle.
Apr 04, 2024 1,206 words in the original blog post.
The logistics company aimed to improve the performance and resiliency of its electronic radio frequency system, which was critical for tracking and maintaining control over every SKU in its supply chain. The existing PostgreSQL database struggled with low-latency read and write operations, causing delays and frustration among users. To address this issue, the company adopted YugabyteDB, a distributed version of PostgreSQL that offered improved performance, resiliency, and high availability without requiring an expensive rewrite of the application. By leveraging features such as tablespaces, locality-optimized geo-partitioning, row-level security, and duplicate indexes, the company achieved significant improvements in workload performance, reducing response times to 43.7 milliseconds, while also ensuring data resiliency and high availability across its geographically distributed hybrid cloud deployment model.
Apr 03, 2024 1,814 words in the original blog post.