The cluster preloads no statement-statistics library, so there is no
per-query cost attribution and slow paths have to be inferred from
application-side metrics.
- preload pg_stat_statements
- set pg_stat_statements.max and .track so CNPG manages the extension
and creates it in every database
Requires a postgres restart.