Webinars

Upcoming Webinars

(EEST)

Stateful on Kubernetes: Running Postgres the Right Way

We dig into the failure scenarios teams overlook, the trade-offs between self-managed and operator-managed approaches, and what it takes to build a Kubernetes-native Postgres setup you can actually trust in production.

(EEST)

Stop Managing Silos: A Modern Analytics Architecture Built on Postgres

We address the real trade-offs between converged and specialist systems, and what you need in place to make it perform.

(EEST)

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.

On-demand

New options for moving Oracle databases to the cloud

This webinar will explore options and top considerations when moving from Oracle databases into the cloud.

Webinar on Important Updates About Postgres "Man-in-the-Middle" Attack Vulnerabilities (12 PM EST)

Please join this webinar where Postgres experts at EDB will explain the MITM vulnerability and patch.

Webinar on Important Updates About Postgres "Man-in-the-Middle" Attack Vulnerabilities (6 AM EST)

Please join this webinar where Postgres experts at EDB will explain the MITM vulnerability and patch.

Graph Queries with PostgreSQL

PostgreSQL allows recursive queries that can be used to write graph search queries. 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.

Key Takeaways:

  • Writing graph queries in SQL
  • Optimizing shortest path searches
  • Utilizing new graph features in PostgreSQL 14
  • Designing graph databases using PostgreSQL

EDB Postgres Advanced Server 14 Highlights

Join Robert Haas as he goes through what’s new in Advanced Server 14. There are some great new features which were developed specifically for Advanced Server 14, and Advanced Server 14 will also feature better integration with Postgres-BDR (bi-directional replication). As always, new features of PostgreSQL 14 are also included in Advanced Server 14.

Key takeaways:

Tuning Tips to Maximize Postgres Performance

Watch now

Tuning PostgreSQL involves hardware, the operating system, changing a few parameters, and query tuning. This webinar will help you improve performance in just a few steps.

Key takeaways:

  • How to choose the optimal hardware for PostgreSQL
  • Ways to get the most out of the operating system
  • Best practices for tuning PostgreSQL parameters
  • Techniques for optimizing PostgreSQL queries and using partitioning