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=PfEAWeOs-Q3HNffX_LM040EdOMt3kAtpJkUDK@mail.gmail.com
обсуждение исходный текст
Ответ на Why does my DB size differ between Production and DR? (Postgres 8.4)  (Aleksey Tsalolikhin <atsaloli.tech@gmail.com>)
Ответы Re: Why does my DB size differ between Production and DR? (Postgres 8.4)
Re: Why does my DB size differ between Production and DR? (Postgres 8.4)
Список pgsql-general
On Mon, Jan 31, 2011 at 5:54 PM, Aleksey Tsalolikhin
<atsaloli.tech@gmail.com> wrote:
> Situation:  Disk usage on production server root filesystem is at 68%
> utilization (80 GB used), on DR is at 51% (56 GB used).   We use
> SlonyII-1.2.x to keep the DR up to date.  I would like to account for
> the 24 GB difference.

This is likely free space in your database.  Some of it is completely
normal and actually improves performance.  Too much and your db is
bloated and things starting taking too long.

You can reclaim that space by doing a cluster or vacuum full on the
subject table.  Setting fill factor ahead of time to something in the
90% range should cut down on bloat as future updates can then happen
in place, and also will improve performance of the system as updates
happen in the same page and if they're not indexed don't require index
updates as well (Heap Only Tuple updates, or HOT updates use this
method)

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Issues with generate_series using integer boundaries
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: Automatic database monitoring tool for PostgreSQL ... new project