Webinars
On-demand
Break free from Oracle: Proven strategies for migrating databases to Postgres
This session will reveal why so many organizations are leaving Oracle and why they are targeting PostgreSQL. More detail will be covered with how database migrations work, what tools are available to help, and how to pick the right migration candidates.The End of the Reign of Oracle RAC: Postgres-BDR Always On (APJ)
Learn how Bi-Directional Replication (BDR) can help your digital transformation.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