Index merge join

Поиск
Список
Период
Сортировка
От Marek Mosiewicz
Тема Index merge join
Дата
Msg-id 37814c0413f9d36338cca990a90180eba47f74c1.camel@jotel.com.pl
обсуждение исходный текст
Список pgsql-hackers
Hi,

Best way to restrict query on many columns is to have index on these columns.
BUT with faster and faster IOPS is it not already feasable to make merge
join on indexes ? Then it could be possible to have just index on single columns
for more rare queries. Index which have column and oid/primary key.
Then make merge join on all columns restreicted/sorted.
Same for full text search (word,relevance,id)

Best regards,
   Maek Mosiewicz

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: run pgindent on a regular basis / scripted manner
Следующее
От: Gurjeet Singh
Дата:
Сообщение: Re: [PATCH] Infinite loop while acquiring new TOAST Oid