Our Postgres team at Microsoft is excited to announce PostgreSQL 14’s General Availability (GA) on Azure’s Hyperscale (Citus) option. To our knowledge, this is the first time a major cloud provider has made a new Postgres major version generally available on their platform within one day of the official PG release.
You can now deploy Postgres 14 in many of our Hyperscale (Citus) regions. In upcoming months, we will roll out Postgres 14 across more Azure regions and also release it with our new Flexible Server option in the Azure Database for PostgreSQL managed service.
This announcement brings the latest in Postgres to those of you who run your workloads on Azure.
If you want to learn more about how made PostgreSQL 14 available on Azure within one day of the PG14 release, Ozgun Erdogan’s blog post is a good read:
Ozgun’s blog post explores:
If you’re looking to get started with PostgreSQL 14 on Azure with the Hyperscale (Citus) option, these links should help:
Try it out: Create a Hyperscale (Citus) server group on Azure to try it out—Basic or Standard tier. And if you don’t yet have an Azure subscription, just create a free Azure account first.
Read the docs: Read the Hyperscale (Citus) docs
And of course you can always reach our PM team for the PostgreSQL managed service on Azure via email at Ask AzureDB for PostgreSQL.
The Hyperscale (Citus) option in the Azure Database for PostgreSQL managed service is based on the Citus extension.
If not already familiar, Citus is an open source extension to Postgres that transforms Postgres into a distributed database. In our recent Citus 10 release, we added columnar tables to Citus, as well as the ability to shard Postgres on a single Citus node.