Re: PostgreSQL performance problem -> tuning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL performance problem -> tuning
Дата
Msg-id 1624.1060193807@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL performance problem -> tuning  (Yaroslav Mazurak <yamazurak@Lviv.Bank.Gov.UA>)
Ответы Re: PostgreSQL performance problem -> tuning
Список pgsql-performance
Yaroslav Mazurak <yamazurak@Lviv.Bank.Gov.UA> writes:
>>> fsync = false

>> I'd turn fsync back on - unless you don't mind losing your data after a crash.

>     This is temporary performance solution - I want get SELECT query result
> first, but current performance is too low.

Disabling fsync will not help SELECT performance one bit.  It would only
affect transactions that modify the database.

            regards, tom lane

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

Предыдущее
От: "Wilson A. Galafassi Jr."
Дата:
Сообщение: PostgreSql under Linux
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL performance problem -> tuning