How to Choose Range vs Hash Partitioning in PostgreSQL for Better Pruning
Introduction: Why Partition Choice Matters for PostgreSQL Partition Pruning When I first started using table partitioning in PostgreSQL, I assumed that just "having partitions" would automatically make queries faster. It didn't take long to learn the hard way that the… Read More »How to Choose Range vs Hash Partitioning in PostgreSQL for Better Pruning
