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

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: preliminary testing, two very slow situations...
Дата
Msg-id 2973.24.112.166.30.1041375927.squirrel@mailbox.samurai.com
обсуждение исходный текст
Ответ на preliminary testing, two very slow situations...  (Michael Teter <mt_pgsql@yahoo.com>)
Ответы Re: preliminary testing, two very slow situations...
Список 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



В списке pgsql-performance по дате отправления:

Предыдущее
От: Michael Teter
Дата:
Сообщение: preliminary testing, two very slow situations...
Следующее
От: Minghann Ho
Дата:
Сообщение: alter table TBL add constraint TBL_FK foreign key ... very slow