Re: PostgreSQL index usage discussion.

Поиск
Список
Период
Сортировка
От Luis Alberto Amigo Navarro
Тема Re: PostgreSQL index usage discussion.
Дата
Msg-id 007701c1ec26$5c64b220$cab990c1@atc.unican.es
обсуждение исходный текст
Ответ на PostgreSQL index usage discussion.  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
> I was told that DB2 has per-table (or rather per-tablespace) knowledge
> of disk speeds, so keeping separate random and seqsqan costs for each
> table and index could be a good way here (to force use of a particular
> index make its use cheap)
>

I was wondering something even easier, keeping 1 cost per index, 1 cost per
seqscan, but being allowed to scale cost for each index on each
query(recommended, null or unrecommended)
Regards



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: PostgreSQL index usage discussion.
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Sequential Scan Read-Ahead