RE: 7.1 performance

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: 7.1 performance
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D33D3@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на 7.1 performance  ("Thomas Heller" <maniax@comtron.net>)
Список pgsql-admin
> i just upgraded my database system from 7.0.3 to 7.1 ... i
> did a dumpall and psql -f dump.sql to the new db. the data
> is in place correctly and its running fine. but as soon as
> i put the connections back on to the db the load raised to
> 6. prior to the upgrade the system load was an 0.3 ...
> now it is at 6.
>
> is this normal for 7.1 to need so much more hardware? i use
> the same settings for sort_mem, buffers, etc. just no fsync.
> I thought 7.1 wouldn't need that anymore.

7.1 requires fsync! fsync-s are just much more optimized there.

> Any suggestions that i should do? the performance is really bad now :(

What kind of queries have bad performance now?
For insert/update/delete queries you could consider increasing
wal_buffers (~256) and wal_files (~16).

Vadim

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Restoring a pg_dump fails with
Следующее
От: Omar Sanchez - Informatica
Дата:
Сообщение: pgsql