Re: PostgreSQL performance problem -> tuning

From: Yaroslav Mazurak <yamazurak(at)Lviv(dot)Bank(dot)Gov(dot)UA>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL performance problem -> tuning
Date: 2003-08-07 07:41:17
Message-ID: 3F32029D.6080704@lviv.bank.gov.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi All!

Tom Lane wrote:

> 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.

Fixed. But at this moment primary tasks are *get result* (1st) from
SELECT in *reasonable* time (2nd). :)

> regards, tom lane

With best regards
Yaroslav Mazurak.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Huxton 2003-08-07 08:10:58 Re: PostgreSQL performance problem -> tuning
Previous Message Shridhar Daithankar 2003-08-07 07:37:36 Re: PostgreSQL performance problem -> tuning