statistics buffer is full on heavily loaded 8.1.4 db.
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
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)
Show quoted text
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?
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?
--
=== 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/
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:
Show quoted text
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?