Re: [GENERAL] Postgres scalability and performance on windows

2006-11-24 Thread Gopal
Hi, Thanks for your suggestions. Here's an output of the explain analyse. I'll change the shared_buffers and look at the behaviour again. "Limit (cost=59.53..59.53 rows=1 width=28) (actual time=15.681..15.681 rows=1 loops=1)" " -> Sort (cost=59.53..59.53 rows=1 width=28) (actual time=15.678..

Re: [GENERAL] Postgres scalability and performance on windows

2006-11-24 Thread Mark Cave-Ayland
> Hi all, > > > > I have a postgres installation thats running under 70-80% CPU usage > while > > an MSSQL7 installation did 'roughly' the same thing with 1-2% CPU load. > > > > Here's the scenario, > > 300 queries/second > > Server: Postgres 8.1.4 on win2k server > > CPU: Dual Xeon 3.6 Ghz, > > Me

Re: [GENERAL] Postgres scalability and performance on windows

2006-11-23 Thread Merlin Moncure
On 11/23/06, Gopal <[EMAIL PROTECTED]> wrote: I have a postgres installation thats running under 70-80% CPU usage while an MSSQL7 installation did 'roughly' the same thing with 1-2% CPU load. i somehow doubt ms sql server is 35x faster than postgresql in production environments, even on window

Re: [GENERAL] Postgres scalability and performance on windows

2006-11-23 Thread Bill Moran
On Thu, 23 Nov 2006 22:31:40 - "Gopal" <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I have a postgres installation thats running under 70-80% CPU usage > while > > an MSSQL7 installation did 'roughly' the same thing with 1-2% CPU load. > > > > Here's the scenario, > > 300 queries/sec

Re: [GENERAL] Postgres scalability and performance on windows

2006-11-23 Thread Thomas H.
i'm seeing the opposite here on our win32 pgsql instance. while mssql server used ~50% cpu constantly (AND consuming lots of memory, pgsql runs at a low 1-5% and gives better performance even under relatively high load. is the high cpu load coming from one particular postgres.exe process or is