From: | Tomas Vondra <tv(at)fuzzy(dot)cz> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: General performance/load issue |
Date: | 2011-11-26 17:58:16 |
Message-ID: | 4ED128B8.500@fuzzy.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Dne 26.11.2011 18:08, Gaëtan Allart napsal(a):
> Uhm…
>
> I'm seeing dozens and dozens of temporary file creations in logs :
>
> LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp15388.1399", size 23912
> LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp15388.211", size
> 2761788
> LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp13772.3747", size 27188
> LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp13772.2639", size
> 2749672
> LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp15388.1053", size 24276
> LOG: temporary file: path "base/pgsql_tmp/pgsql_tmp15388.452", size
> 2948712
Please, add timestamp to log_line_prefix so that we know how frequently
that happens.
Anyway the output is a bit strange. It's writing a lot of temp files
that are significantly smaller (about 3MB) than work_mem (128MB).
Tomas
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-11-26 18:08:39 | Re: General performance/load issue |
Previous Message | Gaëtan Allart | 2011-11-26 17:08:40 | Re: General performance/load issue |