Re: [ADMIN] Postgres 9.1.6 Startup Warning

2012-12-22 Thread Hariraman Jayaraj
Dear Team, I have set path like export LD_LIBRARY_PATH="/opt/PostgreSQL/9.1/lib/" Then no warnings :) On Sat, Dec 22, 2012 at 1:05 PM, Hariraman Jayaraj wrote: > Dear Team, > > I have downloaded postgres 9.1.6 32bit from Enterprise DB site (One Click > Installer) and installed the same in Suse

Re: [ADMIN] [GENERAL] Simple Query Very Slow

2012-12-22 Thread Alban Hertroys
> and here's my query > > select * from ticket > where created between '2012-12-19 00:00:00' and '2012-12-20 00:00:00' > > This was working fine until the number of records started to grow (about 5 > million) and now it's taking forever to return. > > Explain analyze reveals this: > > "Inde

Re: [ADMIN] [GENERAL] Simple Query Very Slow

2012-12-22 Thread Andres Freund
On 2012-12-22 13:06:21 +0100, Alban Hertroys wrote: > > and here's my query > > > > select * from ticket > > where created between '2012-12-19 00:00:00' and '2012-12-20 00:00:00' > > > > This was working fine until the number of records started to grow (about 5 > > million) and now it's taking fo

[ADMIN] log_min_messages=debug5, despite an explicit setting to warning on postgresql.conf

2012-12-22 Thread Kong Man
We ran into a production issue during our maintenance window when I switched over LifeKeeper/PostgreSQL nodes from one to another. We noticed that the database was 1000 times slower than it usually is, then realized that the log_min_messages setting was set to 'debug5' for no reason. Facts: T