Re: what does it mean

Lists: pgsql-hackers
From: ohp(at)pyrenet(dot)fr
To: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: what does it mean
Date: 2004-01-26 13:25:58
Message-ID: Pine.UW2.4.53.0401261423050.15768@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

I've upgraded my production system to 741 yesterday, and just discovered
this log message: statistic buffer is full.

What does it mean? filing up too fast, no more stats, need to grow?
What should I do?

Also, Many thanks for this great versionn of PostgreSQL, keep going...

Revgards

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: what does it mean
Date: 2004-01-26 14:48:03
Message-ID: 7402.1075128483@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

ohp(at)pyrenet(dot)fr writes:
> I've upgraded my production system to 741 yesterday, and just discovered
> this log message: statistic buffer is full.

If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ.

regards, tom lane


From: ohp(at)pyrenet(dot)fr
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: what does it mean
Date: 2004-01-26 16:48:34
Message-ID: Pine.UW2.4.53.0401261747140.29849@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Thanks for replying Tom,

How much is a lot? it occured ~30 times since 23pm (it's 17:48 pm now)

On Mon, 26 Jan 2004, Tom Lane wrote:

> Date: Mon, 26 Jan 2004 09:48:03 -0500
> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> To: ohp(at)pyrenet(dot)fr
> Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
> Subject: Re: [HACKERS] what does it mean
>
> ohp(at)pyrenet(dot)fr writes:
> > I've upgraded my production system to 741 yesterday, and just discovered
> > this log message: statistic buffer is full.
>
> If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ.
>
> regards, tom lane
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>, Jan Wieck <JanWieck(at)Yahoo(dot)com>
Subject: Re: what does it mean
Date: 2004-01-26 17:11:19
Message-ID: 8462.1075137079@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

ohp(at)pyrenet(dot)fr writes:
>>> I've upgraded my production system to 741 yesterday, and just discovered
>>> this log message: statistic buffer is full.
>>
>> If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ.
>
> How much is a lot? it occured ~30 times since 23pm (it's 17:48 pm now)

Hm. I wonder whether something is interfering with the stats collection
code on your system? I can't recall anyone else reporting seeing this
log message, so I'm not convinced that PGSTAT_RECVBUFFERSZ is too small.

What platform are you using, again?

regards, tom lane


From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, ohp(at)pyrenet(dot)fr
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>, Jan Wieck <JanWieck(at)Yahoo(dot)com>
Subject: Re: what does it mean
Date: 2004-01-26 17:24:54
Message-ID: 34260000.1075137894@lerlaptop-red.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

--On Monday, January 26, 2004 12:11:19 -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
wrote:

> ohp(at)pyrenet(dot)fr writes:
>>>> I've upgraded my production system to 741 yesterday, and just
>>>> discovered this log message: statistic buffer is full.
>>>
>>> If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ.
>>
>> How much is a lot? it occured ~30 times since 23pm (it's 17:48 pm now)
>
> Hm. I wonder whether something is interfering with the stats collection
> code on your system? I can't recall anyone else reporting seeing this
> log message, so I'm not convinced that PGSTAT_RECVBUFFERSZ is too small.
>
> What platform are you using, again?
UnixWare 7.1.3

LER

>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


From: ohp(at)pyrenet(dot)fr
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>, Jan Wieck <JanWieck(at)Yahoo(dot)com>
Subject: Re: what does it mean
Date: 2004-01-26 17:52:25
Message-ID: Pine.UW2.4.53.0401261850490.17594@server.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Mon, 26 Jan 2004, Tom Lane wrote:

> Date: Mon, 26 Jan 2004 12:11:19 -0500
> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> To: ohp(at)pyrenet(dot)fr
> Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>,
> Jan Wieck <JanWieck(at)Yahoo(dot)com>
> Subject: Re: [HACKERS] what does it mean
>
> ohp(at)pyrenet(dot)fr writes:
> >>> I've upgraded my production system to 741 yesterday, and just discovered
> >>> this log message: statistic buffer is full.
> >>
> >> If you see this a lot, it might be worth increasing PGSTAT_RECVBUFFERSZ.
> >
> > How much is a lot? it occured ~30 times since 23pm (it's 17:48 pm now)
>
> Hm. I wonder whether something is interfering with the stats collection
> code on your system? I can't recall anyone else reporting seeing this
> log message, so I'm not convinced that PGSTAT_RECVBUFFERSZ is too small.
>
> What platform are you using, again?
UnixWare 7.1.3 UP3

Just noticed now, it also happend on 7.3.5 (the log message was
different...)

Do you need something to analyze it?
>
> regards, tom lane
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)