Re: Optimizing a read-only database - Mailing list pgsql-general

From François Battail
Subject Re: Optimizing a read-only database
Date
Msg-id 5559F95A.2040405@sipibox.fr
Whole thread Raw
In response to Re: Optimizing a read-only database  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Responses Re: Optimizing a read-only database  (Sameer Thakur <samthakur74@gmail.com>)
List pgsql-general
Le 18/05/2015 16:20, Andreas Kretschmer a écrit :

Thank you Andreas,

> you can set fillfactor to 100

Yes, but it's already the default value according to documentation.

> And you can disable VACUUM.

Already done ;-)

I was more dreaming of something like "disable read write locks or
mutexes" when accessing the database in read-only mode, but sadly this
case seems unhandled.

Best regards




pgsql-general by date:

Previous
From: Koray Eyidoğan
Date:
Subject: Re: pg_xlog Concern
Next
From: William Dunn
Date:
Subject: Re: Optimizing a read-only database