Re: pg_stat_statements temporary file
| От | Tom Lane |
|---|---|
| Тема | Re: pg_stat_statements temporary file |
| Дата | |
| Msg-id | 21777.1337959168@sss.pgh.pa.us обсуждение |
| Ответ на | Re: pg_stat_statements temporary file (Andres Freund <andres@2ndquadrant.com>) |
| Ответы |
Re: pg_stat_statements temporary file
Re: pg_stat_statements temporary file Re: pg_stat_statements temporary file |
| Список | pgsql-hackers |
Andres Freund <andres@2ndquadrant.com> writes:
> On Friday, May 25, 2012 04:03:49 PM Peter Geoghegan wrote:
>> Where do you suggest the file be written to?
> One could argue stats_temp_directory would be the correct place.
No, that would be exactly the *wrong* place, because that directory can
be on a RAM disk. We need to put this somewhere where it'll survive
a shutdown.
One could imagine creating a PGDATA subdirectory just for permanent (not
temp) stats files, but right at the moment that seems like overkill.
If we accumulate a few more similar files, I'd start to think it was
worth doing.
regards, tom lane
В списке pgsql-hackers по дате отправления: