Re: PostgreSQL performance problem -> tuning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yaroslav Mazurak <yamazurak(at)Lviv(dot)Bank(dot)Gov(dot)UA>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL performance problem -> tuning
Date: 2003-08-06 18:16:47
Message-ID: 1624.1060193807@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Yaroslav Mazurak <yamazurak(at)Lviv(dot)Bank(dot)Gov(dot)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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Sebastien Lemieux 2003-08-06 18:56:14 How to efficiently duplicate a whole schema?
Previous Message Tom Lane 2003-08-06 18:13:19 Re: PostgreSQL performance problem -> tuning