Re: Optimizing a read-only database

Поиск
Список
Период
Сортировка
Искать
От
Andreas Kretschmer
Тема
Re: Optimizing a read-only database
Дата
в 14:20:40
Msg-id
599306455.216761.1431958832602.JavaMail.open-xchange@oxweb02.ims-firmen.de
Ответ на
Список
Дерево обсуждения
Re: Optimizing a read-only database hari.fuchs@gmail.com


> François Battail  hat am 18. Mai 2015 um 16:07
> geschrieben:
> 
> 
> Dear List,
> 
> I would like to know if somebody is aware of tricks for optimizing 
> PostgreSQL settings for a read-only database.

you can set fillfactor to 100


alter table ... set (fillfactor = 100), see
http://www.postgresql.org/docs/9.4/static/sql-altertable.html and
http://www.postgresql.org/docs/9.4/static/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS.

And you can disable VACUUM.

В списке pgsql-general по дате отправления
От: François Battail
Дата:
От: Koray Eyidoğan
Дата:
Сообщение: Re: pg_xlog Concern
FAQ