Keith shows off a variety of the time interval options when you create partitioned tables with pg_partman.
Automatically archiving data can save you a ton of money and storage space. Keith shows you can set up data retention policies in Postgres using pg_partman.
Craig digs into the architecture behind a slick IoT data platform including Postgres, the Citus extension, and pg_partman partitioning. Add these together with columnar compression and you've got a fully open source and scalable IoT data stack.
Everyone's favorite Postgres partition project, pg_partman, just released version 5 this week. Keith takes a step back and reviews five notable features that make pg_partman an essential tool for managing large tables in Postgres.
Partitioning is a handy tool for managing size and performance as your database scales. Elizabeth offers a tutorial of native partitioning and pg_partman using a sample IoT dataset. This tutorial contains the sql and steps for you to try out partitioning yourself with Postgres.
Learn how to migrate PostgreSQL partitions that use triggers/inheritance/constraints to partitions to the native implementation in PostgreSQL 11 and above.