Re: Ad Hoc Indexes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Ad Hoc Indexes
Дата
Msg-id 200802182109.35449.peter_e@gmx.net
обсуждение исходный текст
Ответ на Ad Hoc Indexes  (Justin <justin@emproshunts.com>)
Ответы Re: Ad Hoc Indexes
Список pgsql-hackers
Justin wrote:
> Now for my question It does not appear PostgreSQL does not have an Ad
> Hoc Indexes ability where the Query planner will create an in memory
> index based on the Select, Update, Insert or Delete commands.

How is that supposed to work?  In order to create an index you would need to 
visit all the rows in the table.  If you do that, you could just as well 
answer the query off a sequential scan.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] deadlock with truncate and foreing keys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: IDENTITY/GENERATED patch