Comment on Understanding database indexes in PostgreSQLparentComments−throwaway8384j3yI 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...
Comments
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...