Webinars

Webinars

On-demand

Cloud Native PostgreSQL - APJ

EDB Cloud Native Postgres includes database container images and a Kubernetes Operator that manage the lifecycle of a database from deployment to operations. This Kubernetes Operator for Postgres is written by EDB entirely from scratch in the Go language and relies exclusively on the Kubernetes API.

Attend this webinar to learn about:

  • DevOps & Cloud Native
  • Overview of Cloud Native Postgres
  • Storage for Postgres workloads in Kubernetes
  • Using Cloud Native Postgres
  • Demo

Power JSON with PostgreSQL, Vol. 2

This is the second session in a series on using JSON with PostgreSQL. Did you miss our first session? Watch it here now.

JSON is an important datatype transporting data between servers and many modern applications. Postgres has been at the forefront of bringing these capabilities into the hands of database users. JSONB data type allows for faster operations within PostgreSQL.

During this webinar we will look at:

Best Practices in Security with PostgreSQL - French (GMT)

The webinar will review a multi-layered framework for PostgreSQL security, with a deeper focus on limiting access to the database and data, as well as securing the data. 

 

Using the popular AAA (Authentication, Authorization, Auditing) framework we will cover: 

EDB Postgres & Tools in a Smart City Project

This webinar will give an overview of the typical use of EDB Postgres Advanced Server and EDB tools for a smart city project, developed in a city with more than 2.2 million people. The main goal of this project is to achieve a 24/7 uninterrupted service with zero data loss and without any service interruption.

During the session, we will explore the project architecture and we will discuss what specific tools were used, and how these tools help manage DBAs’ daily tasks. We will also discuss what type of data is critical for a smart city project.

Migrate Today: Proactive Steps to Unhook from Oracle

Oracle costs continue to rise even while Oracle innovation slows. More and more companies are looking to move away from Oracle to both innovate their business and save money. These companies know that moving away from Oracle databases requires both an alternate technical solution as well as a proven business strategy.

Join us in this webinar where we will hear from Ed Boyajian, CEO of EDB, a leading contributor to PostgreSQL and Craig Guarente, CEO of Palisade Compliance, leading independent Oracle advisory firm as they discuss how to:

All you need to know about CREATE STATISTICS - German (GMT)

This webinar will give an overview of CREATE STATISTICS in PostgreSQL. This command allows the database to collect multi-column statistics, helping the optimizer understand dependencies between columns, produce more accurate estimates, and better query plans.

The following key topics will be covered during the webinar:

Cloud Native PostgreSQL

Cloud-Native PostgreSQL is a Kubernetes Operator for Postgres written by EDB entirely from scratch in the Go language and relying exclusively on the Kubernetes API.  During this webinar we will cover:

  • About DevOps & Cloud Native
  • Overview of Cloud Native Postgres 
  • Storage for Postgres workloads in Kubernetes 
  • Start Using Cloud-Native Postgres
  • Demo 

Remote DBA Service: Powering Your DBA Needs (CET)

The EDB Remote DBA Service allows companies to accelerate Postgres deployment, either on-prem or in the cloud, while reducing risk, saving money, and driving faster growth.

 

This webinar will cover all the benefits of using the Remote DBA Service, including:

  • Around-the-Clock Assurance
  • Comprehensive and proactive database management
  • 24x7x365 monitoring and reporting
  • Experienced and certified Postgres DBAs
  • Cost-effective staff augmentation

Premium Database Management

A Review of PostgreSQL Replication Approaches - APJ

PostgreSQL Replication has multiple approaches. This webinar will help you understand the differences between multiple replication approaches, the requirements of each strategy, and what can be achieved with each of them, so you will make a more informed decision on what's best to adopt for your system.

 

This webinar will cover:

Database Dumps and Back Ups

During this webinar, we are going to take a look at the difference between a backup (using tools like BART, Barman or pgBackRest) and a dump (using tools like pg_dump). We will review the advantages and disadvantages, key considerations, and tools available for both methods.

Beginners Guide to High Availability for Postgres - French (GMT)

Highly available databases are essential to organizations depending on mission-critical, 24/7 access to data. PostgreSQL is widely recognized as an excellent open-source database, with critical maturity and features that allow organizations to scale and achieve high availability.

 

This webinar will explore:

Konica Minolta Healthcare Builds Path to PostgreSQL

Many customers are concerned about minimizing downtime and achieving operational excellence.  Konica Minolta, an EDB customer, was seeking stable development and production environment to support their growing client base.

In this webinar, please join Adam Bunch, Director of Engineering & Architecture at Konica Minolta, and Jamie Watt, Vice President of EDB global support service, as they share the story of Konica Minolta’s growth with the open-source PostgreSQL.

 

During this webinar we will look at:

Beginners Guide to High Availability for Postgres - German (GMT)

Highly available databases are essential to organizations depending on mission-critical, 24/7 access to data. PostgreSQL is widely recognized as an excellent open-source database, with critical maturity and features that allow organizations to scale and achieve high availability.

 

This webinar will explore:

Online Upgrade Using Logical Replication

Always upgrade! There are hundreds of fixes between each PostgreSQL release, and an important number of them are security fixes! Logical replication allows making major upgrades with minimal downtime and feasible cons.

 

This webinar will cover:

  • PostgreSQL releases
  • Upgrade options
  • What is Pglogical?
  • Major upgrades

 

Don’t miss out - Reserve your spot now.

Variations of PostgreSQL Replication

This webinar will help you understand the differences between multiple replication approaches, the requirements of each strategy, what can be achieved with each of them, and hopefully, you'll be more informed to identify what you really need for your system.

 

During this webinar, you will learn:

PostgreSQL as a Strategic Tool - GMT

During this webinar, we will review best practices and lessons learned from working with large and mid-size companies on their deployment of PostgreSQL. We will explore the practices that helped industry leaders move through these stages quickly, and get as much value out of PostgreSQL as possible without incurring undue risk.

We have identified a set of levers that companies can use to accelerate their success with PostgreSQL:

Not All Open Source is the Same

In this webinar, we will discuss different open-source models and different ways open source communities are organized. Understanding these key concepts is essential when selecting a strategic open-source platform. We will explore how the PostgreSQL community ensures that it stays independent, remains vibrant, drives innovation, and provides a reliable long-term platform for strategic IT projects.

Auditing and Monitoring PostgreSQL/EPAS - APJ

The most common problems a database administrator or user encounters while working on a database is to audit and monitor the health of their databases which includes observing the database activity so as to be aware of the actions of the users, finding the slow running statements, finding why database systems performance is low during certain intervals or diagnosing the corruption issues.

Power JSON with PostgreSQL

JSON is an important datatype transporting data between servers and many modern applications. Postgres has been at the forefront of bringing these capabilities into the hands of database users. JSONB data type allows for faster operations within PostgreSQL.

Ashnik + EDB: Enterprise-class Security with PostgreSQL - India & Singapore Time

For businesses that handle personal data everyday, the security aspect of their database is of utmost importance.

With an increasing number of hack attacks and frauds, organizations want their open source databases to be fully equipped with the top security features.

In this webinar, learn how EDB Postgres can ensure your organization’s data is secure while helping stay compliant with policies/certificates.

New Integration Options with Postgres Enterprise Manager 8.0

Postgres Enterprise Manager (PEM), is a comprehensive, customizable solution providing a GUI to control, monitor, and optimize your PostgreSQL deployment. The newly released PEM 8.0 makes it easier to integrate with other parts of your infrastructure. Key features now include more API endpoints and the introduction of webhooks, providing more options for integrating with popular ITSMs like ServiceNow.

In this webinar we will cover:

Understand the Query Plan to Optimize Performance with EXPLAIN and EXPLAIN ANALYZE - APJ

What do you do, when you have to deal with poor database and query performance in PostgreSQL and there is no one around to help? Let us introduce you to important commands in PostgreSQL - EXPLAIN and EXPLAIN ANALYZE. Knowing how to use these 'tools' will help you identify query performance bottlenecks and opportunities. It provides a query plan detailing what approach the planner took to execute the statement provided.

Attend this webinar to learn:

App Dev & Database Choices: Postgres support for non relational data

This talk will cover the advanced features of PostgreSQL that make it the most-loved RDBMS by developers and a great choice for non-relational workloads.

This webinar will explore:

  • Global adoption of Postgres
  • Document-centric applications
  • Geographic Information Systems (GIS)
  • Business intelligence
  • Central data centers
  • Server-side languages

An overview of reference architectures for Postgres - GMT

EDB Reference Architectures are designed to help new and existing users alike to quickly design a deployment architecture that suits their needs. They can be used as either the blueprint for a deployment, or as the basis for a design that enhances and extends the functionality and features offered.

Add-on architectures allow users to easily extend their core database server deployment to add additional features and functionality "building block" style.

In this webinar, we will review the following architectures:

Making your PostgreSQL Database Highly Available - APJ

High Availability is one of the most important requirements for mission-critical database systems. It is important for business continuity.

Enterprises cannot afford an outage of mission-critical applications, as mere minutes of downtime can cost millions of dollars in lost revenue.

Therefore making a database environment highly available is typically one of the highest priorities and poses significant challenges/questions to enterprises and database administrators.

What you will learn at this webinar: