Webinars
On-demand
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.
Postgres in Containern Installieren
Begleiten Sie die Postgres-Experten Marc Linster und Gaby Schilders bei ihrer Schritt-für-Schritt-Erklärung zum Installieren von PostgreSQL und EDB Postgres Advanced Server auf EDB Postgres Docker Containern unter Linux.
JSON and JSONPATH in Postgres 12
Join Postgres experts, Marc Linster and Thom Brown, as they discuss jsquery. Jsquery was introduced to allow more sophisticated querying of JSON data with indexing support. However, this was an external project, with no official support. SQL/JSON is now coming in version 12 which will provide very similar functionality.