Webinars

Upcoming Webinars

(PDT)

Converged Analytics: Copy Once, Query Everywhere

Most attempts to unify analytics still move data to get the job done: faster pipelines, tighter syncs, more automated ETL. That's real progress, but it's still movement — and every copy created has a cost, whether it shows up as stale data, bloated bills, or lost control over where data lives and who can touch it.

(EDT)

Own Your Data Lifecycle: The Converged Analytics Series

Analytics is converging — Postgres, open lakehouses, and specialized engines are merging into one governed platform. This six-part series traces the full arc: why convergence is happening now, how Postgres data becomes a live analytical estate on Apache Iceberg, and how ClickHouse and WarehousePG query it together with zero duplication. From there, live demos show the model in action — real-time personalization, log and observability consolidation, and governed AI agent access — proving that moving less data, not moving it faster, is what makes an analytics stack defensible, auditable, and yours to control.

On-demand

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

Deploying and Optimizing Clusters with Cloud Native PostgreSQL

You just deployed a cluster using Cloud Native PostgreSQL—now what?

In this session, we’ll explore how to connect applications to PostgreSQL and use psql or pgAdmin with Cloud Native PostgreSQL clusters. You’ll learn how to identify slow queries, get metrics from your cluster, and make changes to resolve slow running queries.

We’ll also share examples for testing your applications against a production database to: