Data Modeling

PostgreSQL Indexes Explained: How to Choose the Right One

Michael Patrick McCoy

PostgreSQL offers multiple index types, each optimized for different query patterns and data shapes. Understanding which one to use is one of the highest-ROI skills in database engineering.


Read More

Installing the Pagila Sample Database on PostgreSQL

Michael Patrick McCoy

The Pagila sample database is a popular PostgreSQL training database modeled after a movie rental store. It includes tables for films, actors, customers, rentals, staff, payments, and more. This makes it perfect for learning PostgreSQL!


Read More