Collect per-query sort statistics and estimate required work_mem
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_sortstats |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_stat_statements, pg_sortstats |
| Stars | 13 |
| Latest commit | 2023-01-14 |
| Catalogue updated | 2026-08-30 |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| pg_natural_sort_order | Natural sort ordering support through a C normalization function usable with indexes. |
| pg_algorithms | C extension that adds example algorithm functions, including bubble sort and quicksort for integer arrays. |