Re: per table random-page-cost?

Поиск
Список
Период
Сортировка
От marcin mank
Тема Re: per table random-page-cost?
Дата
Msg-id b1b9fac60910191604r59cc36d3tae146cce6ec1c439@mail.gmail.com
обсуждение исходный текст
Ответ на Re: per table random-page-cost?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: per table random-page-cost?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> This proposal is just "hints by the back door", ISTM. As Tom says, there is
> a justification for having it on tablespaces but not on individual tables.

If the parameter is defined as "the chance that a page is in cache"
there is very real physical meaning to it. And this is per-table, not
per-tablespace. A "users" table will likely be fetched from cache all
the time, while a "billing_records" table will be fetched mostly from
disk.

Greetings
Marcin


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: per table random-page-cost?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: per table random-page-cost?