Microsoft's free virtual POSETTE conference returns June 16-18 with 44 talks and 50 speakers spanning PostgreSQL core internals to Azure's managed services. Beyond the agenda, the event lineup quietly maps where Postgres sits in the multi-cloud database conversation.
PostgreSQL has spent the last few years moving from "the open source database engineers respect" to "the default relational engine teams reach for when they want to avoid lock-in." That shift is exactly why a free, fully virtual community event like POSETTE: An Event for Postgres 2026 matters more than its conference-listing description suggests. Running June 16 to 18, the event spans 4 livestreams, 44 talks, and 50 speakers, and registration costs nothing. You can browse the schedule and pick your livestreams on the official site.

What changed
The headline news is timing: the event is one week out. But the more interesting change is who is on stage together. POSETTE has historically lived in the Citus and Azure orbit, and this year's roster makes the dual identity explicit. Core PostgreSQL contributors share the program with engineers from Azure Database for PostgreSQL and the newer Azure HorizonDB effort. That pairing tells you something about how Microsoft is positioning its managed Postgres story: not as a fork or a proprietary derivative, but as a service layer wrapped around the upstream engine that the same community builds.
The practical implication for anyone evaluating cloud databases is that the people optimizing the open source core and the people running it as a hyperscale managed service are increasingly the same talent pool. When Bruce Momjian, a PostgreSQL Global Development Group co-founder, walks through how the write-ahead log handles durability and recovery, that knowledge applies whether you self-host on a VM, run Amazon RDS, use Google Cloud SQL, or sit on Azure's managed offering. The engine is the constant. The cloud wrapper is the variable.
Provider comparison: what the talk tracks reveal
The session list reads like a checklist of the exact questions that come up in a cloud database evaluation, which makes it a useful lens for comparing providers.
Performance under real infrastructure constraints. Chun Lin Goh's talk on performance degradation in burstable environments hits a real cost-modeling problem. Burstable instance families (Azure's B-series, AWS's T-series, GCP's shared-core tiers) are cheap until your workload exhausts CPU credits, at which point latency falls off a cliff. This is one of the sharpest differences between providers in practice: how credit accrual works, how predictable the throttling is, and how visible it is in monitoring. If you are sizing a Postgres fleet across clouds, the burstable-tier behavior is where the published per-hour price and the real cost diverge most.
Partitioning and scale. Derk van Veen's session focuses on what goes wrong with partitioning, not just the textbook path. Partitioning strategy is portable across every managed Postgres service because it is engine-level, but the operational blast radius differs. Repartitioning a multi-terabyte table is a very different exercise on a service that supports near-zero-downtime storage scaling versus one that requires a maintenance window. That distinction rarely shows up in a pricing calculator.
Replication and integration. Hari Kiran covers logical decoding and replication, the foundation for change-data-capture pipelines and cross-region or cross-cloud data movement. Logical replication is also the most realistic migration path between providers. If you are planning to move from one managed Postgres service to another, or out of a service back to self-managed, logical replication is usually how you do it with minimal downtime. Understanding its mechanics directly affects how reversible your provider choice is, which is the whole point of a multi-cloud posture.
Security as a default. Sakshi Nasha's session on securing Postgres for production reflects a shift that every cloud buyer should price in: the managed services differ substantially in what they hand you by default. Transport encryption, network isolation, key management integration, and audit logging are configured very differently across RDS, Cloud SQL, and Azure Database for PostgreSQL, and the defaults are not always the secure choice. Knowing the engine-level security primitives lets you evaluate which provider's managed controls actually map to your compliance requirements rather than taking the marketing checkbox at face value.
Other sessions round out the picture: Chris Ellis on design patterns that keep complexity in the database rather than the application, Jimmy Angelakos on the subtle behavior of features like NOTIFY, Taiob Ali on connecting community practice to real usage, and independent hacker Xuneng Zhou on where the project is heading. Each speaker has a published interview on the event site if you want to gauge fit before committing time.
Why joining live is the actual differentiator
Every talk will be recorded, so the on-demand library is guaranteed. What you cannot replay is the real-time exchange. Live attendance opens the #posetteconf Discord channel, where speakers and attendees compare approaches as sessions run. For a strategy-minded engineer, that hallway track is where the unwritten knowledge surfaces: which provider quirks people have actually hit, which migration paths held up, which performance assumptions broke under load. That kind of validation from practitioners running Postgres at scale is hard to extract from a recording weeks later.
The recurring theme from past POSETTE attendees is the discovery that other teams are wrestling with the same scaling, performance, and operability problems. That shared context is often worth more than any single talk, because it tells you whether a problem is yours to fix or a known limitation to design around.
Business impact
For organizations weighing their database strategy, the value here is not the free conference badge. It is the chance to pressure-test cloud decisions against the people who build and operate the systems. PostgreSQL's growing centrality means the cost of a wrong provider commitment compounds over years, through data gravity, operational tooling, and team expertise. Events like this lower the cost of getting that decision right by putting engine internals, provider-specific behavior, and migration mechanics in front of you at once.
If Postgres is already core to your stack, or heading that way, the move is straightforward: pick the sessions that map to your open questions, add the livestreams to your calendar, and treat the Discord as a free advisory channel for three days. The Ultimate Guide to POSETTE covers the logistics. The event runs June 16 to 18, 2026, and the only thing it costs is the time you spend in the room while it is live.

Comments
Please log in or register to join the discussion