A
Size: a a a
A
A
A
K
A
Temporary files (for operations such as sorting more data than can fit in memory) are created within PGDATA/base/pgsql_tmp, or within a pgsql_tmp subdirectory of a tablespace directory if a tablespace other than pg_default is specified for them. The name of a temporary file has the form pgsql_tmpPPP.NNN, where PPP is the PID of the owning backend and NNN distinguishes different temporary files of that backend.
K
Temporary files (for operations such as sorting more data than can fit in memory) are created within PGDATA/base/pgsql_tmp, or within a pgsql_tmp subdirectory of a tablespace directory if a tablespace other than pg_default is specified for them. The name of a temporary file has the form pgsql_tmpPPP.NNN, where PPP is the PID of the owning backend and NNN distinguishes different temporary files of that backend.
A
A
K
A
a best practice to monitor the growth of these files in number and size, rather than to review only the output.
A
A
K
VY
work_mem, скорее всего поднятьtemp_bufferstemp_file_limit=1GB и смотреть, как падают запросы с ошибками, курить сами запросыtemp_file_limit выявит запросы, надо анализировать их планыK
work_mem, скорее всего поднятьtemp_bufferstemp_file_limit=1GB и смотреть, как падают запросы с ошибками, курить сами запросыtemp_file_limit выявит запросы, надо анализировать их планыDR
INSERT INTO name (id,code) VALUES (?,?) это лог до подстановки аргументов квери билдеромA
INSERT INTO name (id,code) VALUES (?,?) это лог до подстановки аргументов квери билдером