Bruce Momjian

Postgres Architecture Presentations


Databases, Containers, and the Cloud

Containers and the cloud are all the rage as companies seek new efficiencies and flexibility. While they are very popular, database use of these facilities is still growing. This talk explores their benefit for database deployments.
Duration: 30 minutes, 45 minutes with questions

Postgres in the Cloud: The Hard Way

There are many ways to easily install Postgres in the cloud, using guis, software packages, containers, and orchestration software. This presentation uses none of those — rather it installs Postgres in aws strictly from the command line. This allows you to see exactly what is happening, and how it all fits together.
Duration: 30 minutes, 45 minutes with questions

Postgres in the Microservices World

Microservice architectures require new information technology approaches in enterprises; the changes include team restructuring, deployment granularity, and even technology. This presentation explains the benefits of microservice architectures and the challenges it poses for relational databases like Postgres. It will explain how Postgres can be used to implement microservices while minimizing the downsides of segregating data in microservices.
Duration: 90 minutes, 2 hours with questions