Rewrite a table using an index order.
Section: Database Administration Utilities
Physically reorder table
sql
sql
CLUSTER orders USING idx_orders_created_at;Explanation
Can improve locality for certain access patterns.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Database Administration Utilities