PostgreSQL - Table Partitioning
You manage a large PostgreSQL table
transactions partitioned monthly by transaction_date using range partitioning. To archive data older than 3 years efficiently, which method is best?