pgslice

Postgres partitioning as easy as pie

brewmacoslinux
Try with needOr install directly
Source

About

Postgres partitioning as easy as pie

Commands

pgslice

Examples

Analyze a table to determine if partitioning would be beneficial$ pgslice analyze table_name
Create partitions for a table by date range$ pgslice partition --table events --column created_at --period month
Fill existing partitions with data from the original table$ pgslice fill table_name