Re: PostgreSQL performance problem -> tuning - Mailing list pgsql-performance

From Tom Lane
Subject Re: PostgreSQL performance problem -> tuning
Date
Msg-id 1624.1060193807@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL performance problem -> tuning  (Yaroslav Mazurak <yamazurak@Lviv.Bank.Gov.UA>)
Responses Re: PostgreSQL performance problem -> tuning  (Yaroslav Mazurak <yamazurak@Lviv.Bank.Gov.UA>)
List 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 by date:

Previous
From: "Wilson A. Galafassi Jr."
Date:
Subject: PostgreSql under Linux
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL performance problem -> tuning