Rewrite a table in the physical order of one index.
PostgreSQL only. Worth it when a table is read in a predictable order and the index is not covering; the ordering decays as rows are updated.
Rewrite a table in the physical order of one index.
PostgreSQL only. Worth it when a table is read in a predictable order and the index is not covering; the ordering decays as rows are updated.