You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
azure postgresql
About this tag
Azure PostgreSQL covers Microsoft's managed PostgreSQL services on Azure, including Flexible Server and AI-ready enhancements. Discussions highlight in-database AI capabilities with HorizonDB, online migration with minimal downtime using CDC, and scaling strategies inspired by OpenAI's production use of read replicas and write optimization. Topics span developer ergonomics, operational complexity, and security considerations for enterprise workloads.
Microsoft’s latest push turns PostgreSQL on Azure from a reliable cloud RDBMS into a full-fledged platform for AI-ready applications — and it’s doing so across three fronts: developer ergonomics, in-database AI capabilities, and a new, scale-out service aimed at AI-native workloads. The...
Microsoft has added an online migration option to the Azure Database for PostgreSQL — Flexible Server migration service, enabling continuous data replication from a wide range of PostgreSQL sources (on‑premises, Azure VMs, Amazon RDS/Aurora, Google Cloud SQL and more) so organizations can move...
OpenAI’s database story is unexpectedly simple on paper but fiendishly complex in practice: a single primary PostgreSQL writer, dozens of read-only replicas, and a relentless focus on smoothing writes, offloading work, and squeezing every millisecond out of reads — all running on Azure Database...