Postgres FM

A weekly podcast about all things PostgreSQL

143 episodes transcribed
0 comments
Technology

Logical replication

Episode Date: September 15, 2023

Nikolay and Michael discuss logical replication — some history, initialization, change data capture, how to scale it, some limitiations, and...

0 comments
Technology

Connections

Episode Date: September 1, 2023

Nikolay and Michael discuss connections — the options, security and performance tradeoffs, and a few other things to be aware of. Here are so...

0 comments
Technology

Self-managing

Episode Date: August 18, 2023

Nikolay and Michael discuss self-managing Postgres — both the practicalities of doing so, as well as some managed-service style tooling.  Her...

0 comments
Technology

Sharding

Episode Date: August 11, 2023

Nikolay and Michael discuss sharding Postgres — what it means, why and when it's needed, and the available options right now.  Here are some...

0 comments
Technology

Data types

Episode Date: August 4, 2023

Nikolay and Michael discuss data types in PostgreSQL — including system types, choosing between types, types provided by extensions, and more...

0 comments
Technology

High availability

Episode Date: July 28, 2023

Nikolay and Michael discuss HA (high availability) — what it means, tools and techniques for maximising it, while going through some of the m...

0 comments
Technology

Beginner tips

Episode Date: July 21, 2023

Nikolay and Michael discuss 10 beginner tips Nikolay recently shared — they go into a bit more detail on each, and even disagree a little on...

0 comments
Technology

Connection poolers

Episode Date: July 14, 2023

Nikolay and Michael discuss Postgres connection poolers — when and why we need them, the king that is PgBouncer, and the many new pretenders...

0 comments
Technology

Anniversary mailbag

Episode Date: July 7, 2023

Nikolay and Michael celebrate the podcast's 1 year anniversary by going through several questions and suggestions received over the year. Her...

0 comments
Technology

UUID

Episode Date: June 23, 2023

Lonely Nikolay discusses the performance aspects of using UUID for primary keys. Here are links to a few things I mentioned: "postgresql" pos...

0 comments
Technology

Memory

Episode Date: June 16, 2023

Nikolay and Michael discuss memory in PostgreSQL — how it works, important settings, and how to go about tuning them. Here are links to a few...

0 comments
Technology

Extensions

Episode Date: June 9, 2023

Nikolay and Michael discuss Postgres extensions — what they are, how they affect your decisions around Postgres, and some things to keep in m...

0 comments
Technology

Parallelism

Episode Date: May 26, 2023

Nikolay and Michael discuss parallelism — both parallel query execution and other parallel operations. Here are links to a few things we ment...

0 comments
Technology

Corruption

Episode Date: May 19, 2023

Nikolay and Michael discuss database corruption — various types, how they can come about, and what to do (and not do) if you come across it. ...

0 comments
Technology

pg_stat_statements

Episode Date: May 5, 2023

Nikolay and Michael discuss pg_stat_statements — why everyone should use it, but also some downsides! Here are links to a few things we menti...