PostgreSQL - Partitioning

 PostgreSQL supports 3 types of Partitioning
  1. Range Partitioning
  2. List Partitioning
  3. Hash Partitioning
We should also be familiar with pg_partman (short for PostgreSQL Partition Manager), an extension for PostgreSQL that helps automate and manage time-based or serial-based table partitioning.

No comments:

Post a Comment