Re: Doc update for pg_stat_statements normalization - Mailing list pgsql-hackers

From Imseih (AWS), Sami
Subject Re: Doc update for pg_stat_statements normalization
Date
Msg-id 47069D92-4E61-4F05-8FA6-462F8D81F809@amazon.com
Whole thread Raw
In response to Re: Doc update for pg_stat_statements normalization  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Doc update for pg_stat_statements normalization  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
> + <para>
> + Queries on which normalization can be applied may be observed with constant
> + values in <structname>pg_stat_statements</structname>, especially when there
> + is a high rate of entry deallocations. To reduce the likelihood of this
> + happening, consider increasing <varname>pg_stat_statements.max</varname>.
> + The <structname>pg_stat_statements_info</structname> view, discussed below
> + in <xref linkend="pgstatstatements-pg-stat-statements-info"/>,
> + provides statistics about entry deallocations.
> + </para>

> Are you OK with this text?

Yes, that makes sense.


Regards,

--
Sami Imseih
Amazon Web Services




pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: pg_upgrade and logical replication
Next
From: Kirk Wolak
Date:
Subject: Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has)