Re: preliminary testing, two very slow situations...

From: "Neil Conway" <neilc(at)samurai(dot)com>
To: <mt_pgsql(at)yahoo(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: preliminary testing, two very slow situations...
Date: 2002-12-31 23:05:27
Message-ID: 2973.24.112.166.30.1041375927.squirrel@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Michael Teter said:
> I've used PostgreSQL in the past on a small project,
> and I thought it was great.
>
> Now I'm trying to evaluate it as a possible
> replacement for MS SQL Server.

[ ... ]

What version of PostgreSQL are you using?

Have you made any changes to the default configuration parameters? If not,
that's probably the first thing to look at. Several settings (e.g.
shared_buffers) are set to very conservative values by default. You can
also consider trading some reliability for better performance by disabling
fsync.

For more info on configuration, see:

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/runtime-config.html

Another low-hanging fruit is kernel configuration. For example, what OS
and kernel are you using? Have you enabled DMA? What filesystem are you
using?

Cheers,

Neil

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Minghann Ho 2003-01-01 03:32:10 alter table TBL add constraint TBL_FK foreign key ... very slow
Previous Message Michael Teter 2002-12-31 22:14:34 preliminary testing, two very slow situations...