InfoQ Homepage Relational Databases Content on InfoQ
-
Google Cloud Spanner Dialect for SQLAlchemy is Generally Available
Google Cloud recently announced the general availability of the Spanner dialect enabling SQLAlchemy applications to run on the distributed SQL database management and storage service.
-
Amazon RDS Introduces Readable Standby Instances in Multi-AZ Deployments
AWS has recently announced readable standby instances in Amazon RDS multi-AZ deployments. The new database cluster option provides high availability and durability for workloads requiring more read capacity and consistent transaction latency.
-
Amazon RDS Custom for SQL Server Is Now Generally Available
Amazon announced the general availability of Amazon RDS Custom for SQL Server. The new service supports legacy, custom, and packaged applications that have dependencies on specific configurations and third-party tools and have historically been unable to move to a fully-managed database.
-
Recap of AWS re:Invent 2021
After one year as a virtual-only event, re:invent was back last week to Las Vegas with fewer attendees for the 10th edition, and with multiple sessions and keynotes, including a first one for the new CEO Adam Selipsky. AWS announced new features and improvements, with a focus more on packaged solutions than new primitives.
-
AWS Introduces Amazon Redshift Serverless
As part of a trend towards serverless analytics options, AWS announced the public preview of Amazon Redshift Serverless. The latest version of the managed data warehouse service targets deployments where it is difficult to manage capacity due to variable workloads or unpredictable spikes.
-
Amazon Aurora Supports MySQL 8.0
A few days before re:Invent 2021, AWS announced the general availability of Aurora MySQL 3 with MySQL 8.0 compatibility. The latest major MySQL version adds features such as common table expressions (CTEs), role-based authentication, invisible indexes and instant DDL previously lacking on Aurora.
-
EDB Announces General Availability of a PostgreSQL Database in the Cloud: BigAnimal
Recently, EnterpriseDB (EBD), a significant contributor to PostgreSQL, announced the general availability (GA) of its BigAnimal offering. The offering is a fully-managed PostgreSQL database in the cloud with compatibility for Oracle database technology.
-
PlanetScale Introduces Managed Cloud to Scale MySQL Databases
The company behind the open-source Vitess database clustering system recently announced PlanetScale Managed Cloud, an option to run PlanetScale’s databases and management functionalities from existing public cloud accounts.
-
Microsoft Announces the General Availability of Azure Database for MySQL - Flexible Server
Microsoft recently announced the general availability (GA) of the Azure Database for MySQL - Flexible Server.
-
AWS Announces the General Availability and Open Sourcing of Babelfish for PostgreSQL
Recently, AWS announced the general availability (GA) of Babelfish for PostgreSQL. With Babelfish for Aurora PostgreSQL, customers can more easily move applications running on Microsoft SQL Server to Amazon Aurora to simplify operations and reduce costs by eliminating the licenses of SQL Server. Furthermore, the Babelfish open-source project is now available.
-
Amazon Introduces RDS Custom for Legacy and Custom Oracle Databases
Amazon recently announced RDS Custom, a managed database service for legacy and custom applications that need access to the underlying operating system and database environment. RDS Custom for Oracle is the first available service.
-
Google Cloud Spanner Adds PostgreSQL Interface: Is PostgreSQL Now Standard for Cloud Databases?
At the recent Next '21 conference, Google announced a PostgreSQL interface for Cloud Spanner, the distributed SQL database management and storage service on Google Cloud. The new interface in preview combines the scalability and reliability of Spanner with the familiarity among developers and portability of PostgreSQL.
-
AWS Announces the Public Preview of AWS Data Exchange for Amazon Redshift
Recently AWS announced the public preview of AWS Data Exchange for Amazon Redshift. This new feature enables customers to find and subscribe to third-party data in AWS Data Exchange to query in an Amazon Redshift data warehouse.
-
Yugabyte Cloud: a Managed Distributed SQL Database
At the recent Distributed SQL Summit, Yugabyte announced the general availability of Yugabyte Cloud, a database-as-a-service version of the Postgres compatible YugabyteDB.
-
How GitHub Partitioned Its Relational Database to Improve Reliability at Scale
GitHub has been working for the last couple of years on partitioning their relational database and moving the data to multiple independent clusters. This effort led to a 50% load reduction and a significant reduction of database-related incidents, explains GitHub engineer Thomas Maurer.