Re: the "/usr/local/pgsql/data" directory size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: the "/usr/local/pgsql/data" directory size
Дата
Msg-id 10586.1039189725@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: the "/usr/local/pgsql/data" directory size  (Joe Conway <mail@joeconway.com>)
Ответы Re: the "/usr/local/pgsql/data" directory size  (Joe Conway <mail@joeconway.com>)
Список pgsql-general
Joe Conway <mail@joeconway.com> writes:
> Al Bean wrote:
>> Now, after compiling postgres and running initdb I noticed a the data
>> directory is a little over 23MB.

> Other things I can think of:
> 1. Reduce NAMEDATALEN
> 2. Reduce INDEX_MAX_KEYS

Neither of those are likely to change the disk footprint a lot, since
the system catalogs aren't a significant proportion of any real-world
database, I should think.

The majority of the initial footprint is the first xlog segment file
(16MB).   For a low-traffic installation you could consider reducing
the xlog segment size.  This'd have less impact on interoperability
than the other changes, too, since it's not visible to clients.

            regards, tom lane

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

Предыдущее
От: "Ian Harding"
Дата:
Сообщение: setval('myfunsequence', 0)
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: setval('myfunsequence', 0)