Microsoft has unveiled a new distributed PostgreSQL database service, aimed at positioning itself as a formidable competitor against established hyperscaler systems and third-party relational database management systems (RDBMS) such as CockroachDB and YugabyteDB.
Enhanced Performance and Scalability
Boasting 100 percent compatibility with open source PostgreSQL, Microsoft emphasizes that this new database service, available on Azure, will introduce an innovative storage layer designed to enhance performance, scalability, and availability compared to its existing PostgreSQL offerings. While Microsoft already provides Azure Database for PostgreSQL and Cosmos DB for PostgreSQL, which manage distributed tables, the newly launched service promises a fully distributed architecture.
Shireesh Thota, corporate vice president for databases at Microsoft, noted, “Developers would choose HorizonDB for its massive read scale without the need to replicate the database between instances. It also features unique AI capabilities, including advanced DiskANN vector indexes that optimize performance through filter pushdowns, as well as AI model management that allows for one-click integration into AI Foundry.”
While specifics regarding pricing for the various Azure PostgreSQL services remain undisclosed, Microsoft asserts that Azure HorizonDB has been meticulously re-engineered for cloud environments, offering scale and performance that surpasses traditional open source PostgreSQL. The service supports autoscaling storage up to 128 TB and scale-out compute capabilities reaching 3,072 vCores, all while maintaining a multi-zone commit latency of less than one millisecond. Additionally, it includes robust enterprise security and compliance features.
A Growing Market Landscape
The launch of this database service coincides with a significant surge in PostgreSQL adoption. According to Stack Overflow, 58 percent of professional developers utilize PostgreSQL, solidifying its status as the most popular database. However, the market for distributed PostgreSQL services is becoming increasingly crowded, with various offerings that exhibit differing levels of compatibility with the open source RDBMS. Competitors such as CockroachDB, YugabyteDB, and pgEdge are already available, alongside PlanetScale, which provides a service based on open source PostgreSQL utilizing a proprietary operator developed for MySQL/Vitess. Google and AWS also contribute to this landscape with their respective distributed PostgreSQL services, AlloyDB and Aurora DSQL.
Notably, Aurora DSQL, CockroachDB, and YugabyteDB offer serverless options, allowing developers to bypass provisioning tasks. However, HorizonDB does not currently feature a serverless model. Thota clarified, “Initially, Azure HorizonDB is not serverless. While storage is auto-scaling, customers must configure the compute resources they require and manage replicas based on their application’s throughput needs.”
Industry Insights
Devin Pratt, research director at IDC, remarked, “The major cloud providers are gravitating towards a similar model of PostgreSQL-compatible services that integrate cloud-native storage and compute alongside AI features. HorizonDB embodies this trend, incorporating vector search with predicate pushdown and model management. For developers, this translates to fewer components to integrate and a more straightforward approach to accessing AI capabilities alongside transactional data. Teams should still assess latency, cost, and extension support based on their specific workloads.”
While Google and AWS offer similar services, Pratt emphasized that Azure’s offering represents a strategic alignment rather than a mere catch-up, as it features “fewer moving parts and a more direct path to AI functionalities.”
Holger Mueller, principal analyst at Constellation Research, highlighted the potential for an interoperable database standard, given the increasing prevalence of PostgreSQL services among leading cloud providers. “PostgreSQL is truly the beacon of hope for achieving code compatibility across different clouds… and it represents a viable alternative to Oracle, which has long dominated the transactional database landscape,” he stated.
This development may also signify Microsoft’s deepening commitment to the open source database ecosystem, even as it continues to promote SQL Server 2025, its proprietary RDBMS. Earlier this year, Microsoft announced two PostgreSQL extensions: pg_documentdb_core, optimized for Binary JavaScript Object Notation (BSON), and pg_documentdb_api, which facilitates data operations and query functionality. Both extensions are designed to establish a document database platform leveraging a PostgreSQL backend, with Microsoft suggesting FerretDB as a potential front end.
As a result, the MongoDB-compatible “multi-cloud and hybrid NoSQL” services are now available on Azure, further expanding Microsoft’s offerings in the evolving database landscape.