Index merge join - Mailing list pgsql-hackers

From Marek Mosiewicz
Subject Index merge join
Date
Msg-id 37814c0413f9d36338cca990a90180eba47f74c1.camel@jotel.com.pl
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: run pgindent on a regular basis / scripted manner
Next
From: Gurjeet Singh
Date:
Subject: Re: [PATCH] Infinite loop while acquiring new TOAST Oid