Join Lizzy Nguyen (EDB) and featured speaker Indranil Bandyopadhyay (Forrester), to dissect the multimodel data-platform market: where it's heading, what a converged approach unlocks, what enterprise buyers need to watch out for, and how to approach adoption.
Building Postgres High Availability That Holds Up Under Pressure
We dig into the scenarios teams most often overlook: replication lag during a failover, split-brain risks, fencing a demoted primary, and why automated failover can make an outage worse if not done carefully.
Query processing is an important functionality of a database product like PostgreSQL. Given the extensible nature of PostgreSQL, advanced users may want to become familiar with the interfaces that PostgreSQL provides in order to extend the core functionality.
In his talk at Postgres Build 2021, Mike Stonebraker covered key considerations and provided guidance about the best way forward when it comes to the cloud.
Quo vadis, Postgres in the cloud? Kubernetes or DBaaS?
This talk will juxtapose EDB Cloud Native Postgres, a self-managed Kubernetes and container based database solution, and EDB Cloud, a fully managed database service, that is built on EDB Cloud Native Postgres.
This talk looks at how to write and tune queries, as well as design databases for efficient graph search. We’ll also discuss the new SEARCH and CYCLE clauses in PostgreSQL 14.