Re: size of units in postgresql.conf

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: size of units in postgresql.conf
Дата
Msg-id 14960.1030408566@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: size of units in postgresql.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: size of units in postgresql.conf  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Here is the 7.3 postgresql.conf file, where I have added units to the
> file.

Aren't these misleading if one is using nonstandard BLCKSZ?

> #shared_buffers = 64        # 2*max_connections, min 16, 8K each
> #wal_buffers = 8        # min 4, 8K each
> #effective_cache_size = 1000    # 8K each


These could usefully be labeled as "unit is cost of a sequential page
fetch":

> #random_page_cost = 4
> #cpu_tuple_cost = 0.01
> #cpu_index_tuple_cost = 0.001
> #cpu_operator_cost = 0.0025

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Solved! MacOS X and external functions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: size of units in postgresql.conf