Обсуждение: statistics buffer is full on heavily loaded 8.1.4 db.

Поиск
Список
Период
Сортировка

statistics buffer is full on heavily loaded 8.1.4 db.

От
Eci Souji
Дата:
We have a 4x 2.4ghz Opteron box w/ 8 gigs of ram running a very busy pg
8.1.4 server.  Upon startup we see around 15-20 "statistics buffer is
full" messages and they repeat at random times throughout the day.
During peak times the box sometimes seems to grind to a halt.  Any thoughts?

- E



Re: statistics buffer is full on heavily loaded 8.1.4 db.

От
"Shoaib Mir"
Дата:
Do you have

stats_command_string=on

in postgresql.conf as that might cause this error.

If it is truned on please turn it off and then try starting your server.

Thanks,
--
Shoaib Mir
EnterpriseDB ( www.enterprisedb.com)

On 9/20/06, Eci Souji <eci.souji@gmail.com> wrote:
We have a 4x 2.4ghz Opteron box w/ 8 gigs of ram running a very busy pg
8.1.4 server.  Upon startup we see around 15-20 "statistics buffer is
full" messages and they repeat at random times throughout the day.
During peak times the box sometimes seems to grind to a halt.  Any thoughts?

- E



---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq




Re: statistics buffer is full on heavily loaded 8.1.4 db.

От
"Joshua D. Drake"
Дата:
Eci Souji wrote:
> We have a 4x 2.4ghz Opteron box w/ 8 gigs of ram running a very busy pg
> 8.1.4 server.  Upon startup we see around 15-20 "statistics buffer is
> full" messages and they repeat at random times throughout the day.
> During peak times the box sometimes seems to grind to a halt.  Any
> thoughts?

Do you have stats_command_string on?

Joshua D. Drake


>
> - E
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>


--

    === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
    Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/



Re: statistics buffer is full on heavily loaded 8.1.4 db.

От
Eci Souji
Дата:
Oops, knew I forgot something.  Here are the settings from our
postgresql.conf  I beilive it's set to allow autovac to work and nothing
else.

# - Query/Index Statistics Collector -

stats_start_collector = on
stats_command_string = off
stats_block_level = off
stats_row_level = on
#stats_reset_on_server_start = off


- E


Joshua D. Drake wrote:
> Eci Souji wrote:
>
>> We have a 4x 2.4ghz Opteron box w/ 8 gigs of ram running a very busy
>> pg 8.1.4 server.  Upon startup we see around 15-20 "statistics buffer
>> is full" messages and they repeat at random times throughout the day.
>> During peak times the box sometimes seems to grind to a halt.  Any
>> thoughts?
>
>
> Do you have stats_command_string on?
>
> Joshua D. Drake
>
>
>>
>> - E
>>
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 3: Have you checked our extensive FAQ?
>>
>>               http://www.postgresql.org/docs/faq
>>
>
>