| From: | Marek Mosiewicz <marek(dot)mosiewicz(at)jotel(dot)com(dot)pl> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Index merge join |
| Date: | 2023-04-22 15:15:35 |
| Message-ID: | 37814c0413f9d36338cca990a90180eba47f74c1.camel@jotel.com.pl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gurjeet Singh | 2023-04-22 15:17:30 | Re: [PATCH] Infinite loop while acquiring new TOAST Oid |
| Previous Message | Andrew Dunstan | 2023-04-22 15:10:12 | Re: run pgindent on a regular basis / scripted manner |