This is a discussion on Statistics Buffer is full within the pgsql Admins forums, part of the PostgreSQL category; --> Hi Everybody, I got this logged in my log file last night on my production database while doing vacuumdb ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Everybody, I got this logged in my log file last night on my production database while doing vacuumdb with analyze option , is this normal ? does it affect the system anyway ? is there anyway to get rid of these messages ? 2005-05-06 00:31:03 EDT%%% LOG: statistics buffer is full 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full Thanks! Pallav ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |
| |||
| Pallav Kalva wrote: > Hi Everybody, > > > I got this logged in my log file last night on my production database > while doing vacuumdb with analyze option , is this normal ? does it > affect the system anyway ? is there anyway to get rid of these messages ? > > 2005-05-06 00:31:03 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > > > Thanks! > Pallav > I frequently see the same message in my logs when doing a bulk load (6-8 million rows). I'm interested in knowing what the message is as well. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |
| ||||
| this applies to 7.x only: raise PGSTAT_RECVBUFFERSZ in /src/include/pgstat.h (i.e. raise 1024 to 16384) Performance drops will go away then (at least in my case here). Regards Bjoern Pallav Kalva wrote: > Hi Everybody, > > > I got this logged in my log file last night on my production database > while doing vacuumdb with analyze option , is this normal ? does it > affect the system anyway ? is there anyway to get rid of these messages ? > > 2005-05-06 00:31:03 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > 2005-05-06 00:31:15 EDT%%% LOG: statistics buffer is full > > > Thanks! > Pallav > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) > ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |