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

Professionelle Postgres-Überwachung!

Überwachung ist ein entscheidendes Element des Datenbankökosystems und wichtig für die Gesamtleistung der Datenbank. Sie trägt zudem zum guten Zustand Ihrer Datenbank sowie zur langfristigen Stabilität Ihrer Datenbank und Anwendung bei.
Überwachung gestaltet sich jedoch schwierig, wenn man nicht weiß, welche Variablen man überwachen soll und wie das geht.

 

Folgendes lernen Sie in diesem Webinar:

Oracle to Postgres Schema Migration Hustle

Whether migrating a database or application from Oracle to Postgres, as a first step, we need to analyze the database objects(DDLs), to find out the incompatibilities between both the databases and estimate the time and cost required for the migration. In schema migration, having a good knowledge of Oracle and Postgres helps to identify incompatibilities and choose the right tool for analysis/conversion. In this webinar, we will discuss schema incompatibility hurdles when migrating from Oracle to Postgres and how to overcome them.

 

How to Monitor Postgres Like a Pro!

Monitoring is a critical element of the database eco-system and for the overall performance of the database. It also helps to ensure that your database is in a healthy state and is contributing to the long term stability of your database and application.

Webinar: Comment & Pourquoi adopter EDB Postgres

Aujourd’hui, de nombreux DSI décident d’adopter des technologies de base de données Open source pour des raisons de coûts, de performance et de flexibilité.

PostgreSQL est l’une des technologies leaders pour ce type de projet grâce à une fiabilité et une intégrité des données qui sont reconnues.

La société EDB Postgres a encore renforcé cette technologie en y ajoutant notamment des fonctionnalités plus avancées pour faciliter les migrations et son usage dans des environnements de production cloud hybride.

Logical Replication in PostgreSQL

PostgreSQL 10 has added built-in logical replication which tackles some of the limitations of physical replication and opens up the possibility of promising new areas of replication. In this webinar, we will introduce the concept of logical replication and demonstrate how one can configure a logical replication in no time.

Programming the SQL Way with Common Table Expression

Join Postgres experts, Bruce Momjian, as he discusses common table expressions (CTEs) and the ability to allow queries to be more imperative, allowing looping and processing hierarchical structures that are normally associated only with imperative languages.