Webinars

Webinars

Upcoming Webinars

[EDB 웨비나 시리즈 3]Hybrid Manager와 AI Factory 아키텍처

(KST)
최근 기업용 AI 도입이 가속화되면서, 데이터를 어떻게 효율적으로 관리하고 AI 모델과 결합할 것인지가 비즈니스의 핵심 과제가 되었습니다. 이에 EDB는 오픈소스 기반 Postgres의 강력한 성능을 AI 환경에 최적화하여 활용할 수 있는 3부작 웨비나 시리즈를 준비했습니다. 단순한 이론을 넘어 실무 데모와 하이브리드 관리 전략까지, EDB가 제시하는 AI 데이터 인프라의 미래를 직접 확인해 보시기 바랍니다.

[EDB 웨비나 시리즈 4]PostgreSQL/Warehouse PG용 MCP 소개 및 데모

(KST)
최근 기업용 AI 도입이 가속화되면서, 데이터를 어떻게 효율적으로 관리하고 AI 모델과 결합할 것인지가 비즈니스의 핵심 과제가 되었습니다. 이에 EDB는 오픈소스 기반 Postgres의 강력한 성능을 AI 환경에 최적화하여 활용할 수 있는 3부작 웨비나 시리즈를 준비했습니다. 단순한 이론을 넘어 실무 데모와 하이브리드 관리 전략까지, EDB가 제시하는 AI 데이터 인프라의 미래를 직접 확인해 보시기 바랍니다.

On-demand

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:

Ask the BDR Expert - BDR Webinar Series (CET)

In this session, you will have the opportunity to connect, interact, engage, and ask thought-provoking questions to BDR experts and deepen your knowledge about EDB’s advanced logical replication for PostgreSQL solution.

Foreign data Wrappers in PostgreSQL (APJ)

There are many methods for accessing tables from remote databases. One of the most popular methods is PostgreSQL Foreign Data Wrapper (postgres_fdw). In addition to postgres_fdw there are other Foreign Data Wrappers such as mongo_fdw, hadoop_fdw, and mysql_fdw.

In this webinar, we will discuss the capabilities of Foreign Data Wrapper with a demo. Attend this webinar to learn about:

  • Foreign Data Wrappers in PostgreSQL
  • Foreign Data Wrapper Integration with other data sources
  • Connection options