Re: PostgreSQL index usage discussion.

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: PostgreSQL index usage discussion.
Дата
Msg-id 1019720906.6205.32.camel@taru.tm.ee
обсуждение исходный текст
Ответ на Re: PostgreSQL index usage discussion.  ("Luis Alberto Amigo Navarro" <lamigo@atc.unican.es>)
Список pgsql-hackers
On Thu, 2002-04-25 at 08:42, Luis Alberto Amigo Navarro wrote:
> >
> > (2) Use programmatic hints which allow coders specify which indexes are
> used
> > during a query. (ala Oracle)
> >
> As I said before it would be useful a way to improve(not force) using
> indexes on particular queries, i.e. lowering the cost of using this index on
> this query.
> Regards

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)

------------
Hannu





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

Предыдущее
От: "Luis Alberto Amigo Navarro"
Дата:
Сообщение: Re: PostgreSQL index usage discussion.
Следующее
От: "Luis Alberto Amigo Navarro"
Дата:
Сообщение: Re: PostgreSQL index usage discussion.