Thread: statistics buffer is full

statistics buffer is full

From
Gábriel Ákos
Date:
Hi,

I've got this message while heavily inserting into a database. What
should I tune and how? It is postgresql 8.1.3.

2006-03-29 14:16:57.513 CEST:LOG:  statistics buffer is full

Thanks in advance,
Akos

--
Üdvözlettel,
Gábriel Ákos
-=E-Mail :akos.gabriel@i-logic.hu|Web:  http://www.i-logic.hu=-
-=Tel/fax:+3612367353            |Mobil:+36209278894            =-

Re: statistics buffer is full

From
"Qingqing Zhou"
Date:
""G�briel �kos"" <akos.gabriel@i-logic.hu> wrote
>
> I've got this message while heavily inserting into a database. What should
> I tune and how? It is postgresql 8.1.3.
>
> 2006-03-29 14:16:57.513 CEST:LOG:  statistics buffer is full
>

Since your server is in a heavy load, so the common trick is to increase
PGSTAT_RECVBUFFERSZ in include/pgstat.h and recompile your server.

Regards,
Qingqing