Re: pg_stat_statements: improve loading and saving routines for the dump file - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: pg_stat_statements: improve loading and saving routines for the dump file
Date
Msg-id CAA5RZ0u_Jt7LgTXDcbjyjeosSni2MEjhm=vr368GkB_Qk4aqzA@mail.gmail.com
Whole thread Raw
In response to Re: pg_stat_statements: improve loading and saving routines for the dump file  (Ivan Kush <ivan.kush@tantorlabs.com>)
List pgsql-hackers
This will only reduce the size of the
$PGDATA/pg_stat/pg_stat_statements.txt file. Even with
100k entries, the most I have seen pg_stat_statements.max
set to, that will be less than 1 MB of disk saving. The default
config of 5k entries will be much less.

Regards,

Sami



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
Next
From: Jeff Davis
Date:
Subject: Re: Proposal: "query_work_mem" GUC, to distribute working memory to the query's individual operators