Home / Companies / Yugabyte / Blog / January 2025

January 2025 Summaries

7 posts from Yugabyte

Filter
Month: Year:
Post Summaries Back to Blog
YugabyteDB 2.25, the latest preview release, offers compatibility with PostgreSQL 15 and introduces a range of new features designed to enhance the development experience. These enhancements include core PostgreSQL functionalities such as the ability to generate UUIDs without the pgcrypto extension, the introduction of generated columns for automatic calculations, and improved referential integrity with partitioned tables. The update also brings query optimization improvements like accelerated partition pruning and plan cache mode control, alongside support for additional PostgreSQL functionalities such as more regular expression functions, JSON functions, and multi-range intervals. Furthermore, YugabyteDB 2.25 introduces features like filtering capabilities during data loading with COPY, more granular control for setting configuration parameters, and the ability to inline common table expressions for better query planning. These updates are designed to be implemented without downtime, thanks to YugabyteDB's capacity for rolling upgrades, ensuring seamless transitions to higher PostgreSQL compatibility.
Jan 31, 2025 2,129 words in the original blog post.
YugabyteDB's latest release introduces compatibility with PostgreSQL 15, offering a significant milestone in providing a cloud-native, fully PostgreSQL-compatible distributed database. The update includes 15 key PostgreSQL features, enabling zero-downtime upgrades and downgrades, enhanced scalability, and enterprise-grade functionalities such as improved data modeling, querying, and security features. YugabyteDB's distributed architecture leverages RocksDB for storage, ensuring high availability and performance across multiple servers or containers. The release also emphasizes seamless upgrade capabilities for future PostgreSQL versions, supporting business continuity and minimizing application disruption. Open-source and free from vendor lock-in, YugabyteDB continues to foster community engagement and support, as evidenced by the positive feedback from database consultants and software engineers.
Jan 30, 2025 1,005 words in the original blog post.
Rohan Thomas has joined Yugabyte as the VP of Global Partner Sales, motivated by the company's innovative approach to the database industry and its strong position in the growing market for scalable, cloud-native architectures. With a robust background at companies like Microsoft and AWS, Thomas is eager to leverage Yugabyte's advancements, particularly its PostgreSQL-compatible distributed SQL database, YugabyteDB, which is seeing rapid adoption with nearly three million clusters created. The transactional database market is expected to grow significantly, and Yugabyte's strong funding, valued at $1.3 billion, positions it well to capture this opportunity. The company's commitment to open-source principles supports its community growth, recently reaching 10,000 members. Thomas draws parallels between his experiences as a triathlete and his new role, emphasizing dedication, strategic planning, and adaptability as key to driving success in the tech industry.
Jan 27, 2025 493 words in the original blog post.
The blog post by Nadeem Khan, published on January 23, 2025, outlines the process of using Oracle GoldenGate to achieve seamless data replication from an Oracle Database to a PostgreSQL-compatible YugabyteDB, emphasizing minimal downtime during migration. It provides a detailed demonstration of integrating YugabyteDB with GoldenGate, highlighting YugabyteDB's capabilities as an open-source distributed SQL database offering global data distribution and scalability. The article explains the setup for real-time replication, involving both source and target configurations, including the creation of users, setting required parameters, and handling schema and table structure migrations. Key steps include creating an initial-load extract process, capturing the database SCN number, and configuring real-time data capture and replication processes. The post concludes by showcasing the successful initial data load and ongoing real-time replication, suggesting adherence to GoldenGate's best practices for managing heterogeneous databases, and encourages readers to explore further resources on deploying YugabyteDB on Oracle Cloud Infrastructure.
Jan 23, 2025 1,749 words in the original blog post.
Deploying YugabyteDB Anywhere on Oracle Cloud Infrastructure (OCI) involves several steps to harness its scalability and high availability for optimized workloads. The process starts with setting up a Kubernetes cluster on Oracle Kubernetes Engine (OKE), which provides a robust infrastructure for resource-intensive applications. Users need a service account with admin role permissions in at least one namespace, though alternative setups are possible by specifying a pre-created account. Installation requires a secret file for repository access and involves adding the YugabyteDB repository before deploying the database with Helm. The setup includes configuring service accounts, TLS, nodeSelectors, and storage classes, with the option to auto-fill configurations using the existing service account and kubeconfig file. After deployment, users can configure a provider in YugabyteDB Anywhere, validate region and storage settings, and create a YugabyteDB Universe while ensuring necessary network ports are open. This deployment method simplifies database monitoring and management, offering a scalable solution on Oracle Cloud.
Jan 13, 2025 854 words in the original blog post.
In 2025, PostgreSQL continues to be the leading choice for developers due to its robust features, active open-source community, and adaptability to cloud-native and enterprise environments. According to the 2024 Stack Overflow Survey, PostgreSQL is now used by 49% of developers, surpassing MySQL and securing its position as the most popular database. Its rise in popularity is attributed to its support for complex queries, extensibility, and adherence to SQL standards, along with an ecosystem that supports diverse applications. Furthermore, PostgreSQL's compatibility with YugabyteDB through the YSQL API demonstrates its versatility, allowing developers to leverage existing PostgreSQL tools and libraries without the need to learn new database languages. PostgreSQL's continuous innovation and performance reliability have solidified its dominance in the database landscape, with expectations of further growth and influence in the future.
Jan 03, 2025 576 words in the original blog post.
Aurora DSQL, introduced by Amazon at re:Invent 2024, marks AWS's entry into the distributed SQL database market, positioning itself as a serverless, distributed SQL database optimized for transactional workloads with high availability and automatic scaling. It leverages PostgreSQL code to enhance compatibility, similar to YugabyteDB, which was the first to do so. Aurora DSQL's architecture disaggregates compute, storage, and I/O, incorporating features like an active-active multi-region design and optimistic concurrency control to minimize latency and enhance performance. However, it sacrifices some PostgreSQL features such as foreign keys and sequences for scalability, requiring developers to adapt their applications accordingly. In contrast, YugabyteDB offers broader PostgreSQL compatibility and flexibility across cloud environments, using Raft-based replication for data distribution, which supports a variety of isolation levels and maintains transactional resilience. While both databases emphasize the growing importance of distributed SQL, Aurora DSQL is tailored for AWS-native applications, whereas YugabyteDB caters to broader deployment needs, illustrating different approaches to achieving high performance and horizontal scalability in cloud-native infrastructures.
Jan 02, 2025 2,178 words in the original blog post.