Re: Optimizing a read-only database

From: Sameer Thakur <samthakur74(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Optimizing a read-only database
Date: 2015-05-20 09:03:29
Message-ID: 1432112609018-5850108.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello
>That is bad advice.
>If there are no writes, fsync won't hurt anyway.
>Never disable fsync for anything but test systems.

Yep. Its a bad way to speed up writes. Not relevant to this context and bad
anyway
regards
Sameer

--
View this message in context: http://postgresql.nabble.com/Optimizing-a-read-only-database-tp5849746p5850108.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Thakur 2015-05-20 09:11:29 Re: Optimizing a read-only database
Previous Message Sameer Thakur 2015-05-20 08:52:50 Re: Optimizing a read-only database