Re: Estimating seq_page_fetch and random_page_fetch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Estimating seq_page_fetch and random_page_fetch
Дата
Msg-id 8589.1173372468@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Estimating seq_page_fetch and random_page_fetch  ("Umar Farooq Minhas" <umarfm13@hotmail.com>)
Ответы Re: Estimating seq_page_fetch and random_page_fetch  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
"Umar Farooq Minhas" <umarfm13@hotmail.com> writes:
> How can we accrately estimate the "seq_page_fetch" and =
> "random_page_fetch" costs from outside the postgres using for example a =
> C routine.

Use a test case larger than memory.  Repeat many times to average out
noise.  IIRC, when I did the experiments that led to the current
random_page_cost of 4.0, it took about a week before I had numbers I
trusted.
        regards, tom lane


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re:
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Estimating seq_page_fetch and random_page_fetch