Re: Why does my DB size differ between Production and DR? (Postgres 8.4)

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Why does my DB size differ between Production and DR? (Postgres 8.4)
Дата
Msg-id AANLkTi=Ge4-RWticcRhxDTZ4wkddw9yRJ5P08t_Y88oz@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why does my DB size differ between Production and DR? (Postgres 8.4)  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
Список pgsql-general
On Wed, Feb 2, 2011 at 8:49 PM, Peter Geoghegan
<peter.geoghegan86@gmail.com> wrote:
> On 2 February 2011 05:41, Scott Marlowe <scott.marlowe@gmail.com> wrote:
>
>>> I wouldn't increase index fill factor as an optimisation, unless you
>>> had the unusual situation of having very static data in the table.
>>
>> That makes no sense whatsoever.  You decrease fill factor (not
>> increase btw) so there will be some space for future updates.  If he's
>> getting bloat it may well help quite a bit to have a lower than 100%
>> fill factor.
>
> As I said, it depends on the profile of the data. Heavily or randomly
> updated tables will benefit from reducing *index* fillfactor - it will
> reduce index fragmentation. OTOH, indexes for static data can have
> their fillfactors increased to 100% from the default of 90% without
> consequence.
>

Certainly.  I was talking table fill factor at the time, so that's why
I wasn't sure what you meant.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Mad"
Дата:
Сообщение: Re: PQfinish blocking on non-existent IP address ...
Следующее
От: matty jones
Дата:
Сообщение: set theory question