Hacker News new | ask | show | jobs
by throwaway8384j 1123 days ago
I haven't used then myself, but Postgres supports partitions. If you have large amounts of data, you could partition by a date range.

https://www.postgresql.org/docs/current/ddl-partitioning.htm...