Webinars

Upcoming Webinars

(EDT)

Join the Era of Agentic AI with EDB Postgres AI

As organizations shift to agentic AI, the divide between transactional and warehouse data must disappear. To power AI agents that reason in real-time, you need a data platform that is modern, observable, sovereign, with governance built in. Join our live session to learn how EDB Postgres AI eliminates silos and simplifies your architecture across hybrid estates.

(JST)

소버린 AI 전문가와 함께하는 EDB 웨비나

기업들이 에이전틱 AI(Agentic AI) 시대로 전환함에 따라, 트랜잭션 데이터와 데이터 웨어하우스 간의 경계는 허물어져야 합니다. 실시간으로 상황을 판단하고 추론하는 AI 에이전트를 원활하게 구동하기 위해서는 현대적이고 가시성이 확보되며, 데이터 주권과 강력한 거버넌스가 내장된 데이터 플랫폼이 필수적입니다.

(EDT)

Join the Era of Agentic AI with EDB Postgres AI

The future belongs to platforms that can support both agentic AI and the data infrastructure behind it. Evolve your organization from traditional environments to agentic databases—modern data platforms that are AI native, observable, sovereign, and built to operate across hybrid estates.

On-demand

Why you should use native packages to install PostgreSQL on Linux

When it comes to installing PostgreSQL on a Linux distribution, using a native package is considered to be a better choice compared to installing from the source. In this webinar, we will discuss some benefits of using native packages to install PostgreSQL.

Optimizing Performance: Installers are shipped with “the lowest common denominator” and native packages use the OS libraries resulting in performance and maintenance benefits.

How to use postgresql.conf to configure and tune the PostgreSQL server

Tuning your PostgreSQL server plays an important role in making sure you get the most out of your server resources, and running with default parameters is not always enough. Using the PostgreSQL server configuration file postgresql.conf, we can tune the right area and make the most out of the server resources. The postgresql.conf file tuning parameters are classified into different categories including database connections, memory, optimizers, and logging.

 

In this webinar, you will learn:

Automating Postgres Deployments on AWS and VMware, with Terraform and Ansible

Deploying Postgres on AWS and VMware shouldn’t be a clunky, manual task. In 2020 and beyond, automation and Postgres will go hand in hand.
Highly available, fault-tolerant PostgreSQL database cluster creation and monitoring can now be deployed in a matter of minutes using Terraform and Ansible scripts. In this webinar, you will learn how developers, devOps, and DBAs can automate cloud and on-premise Postgres deployment with the help of Terraform and Ansible.

 

We will cover:

Conquering Data Migration from Oracle to Postgres

Once you have converted Oracle object definitions and stored procedures, moving the data is the next key stage.
There are three approaches for migrating data: Big-bang, Trickle, and Synchronize. While most migrations can be done using any one of these approaches, some migrations will require a combination of them.

In this webinar, we will cover the below approaches to migrating data from Oracle to Postgres:

- Big bang - One-time data load

- Trickle - One-time data load in parallel

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.