Re: Questions on query planner, join types, and work_mem

From: Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
To: Peter Hussey <peter(at)labkey(dot)com>
Cc: pgsql-performance <pgsql-performance(at)postgresql(dot)org>, pgsql-performance-owner(at)postgresql(dot)org
Subject: Re: Questions on query planner, join types, and work_mem
Date: 2010-07-28 04:27:29
Message-ID: OF7B3491A5.E3985E12-ON6525776E.00184195-6525776E.00189A25@ibsplc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,
> the join column, lsid, is a poor choice for a join column as it is a
> long varchar value (avg length 101 characters) that us only gets
> unique way out on the right hand side.
Would a join on subtring on the 'way out on the right hand side' (did you
mean 'rightmost characters' or 'only when we take almost all the 101
characters'?) together with a function based index help?
Regards,
Jayadevan

DISCLAIMER:

"The information in this e-mail and any attachment is intended only for
the person to whom it is addressed and may contain confidential and/or
privileged material. If you have received this e-mail in error, kindly
contact the sender and destroy all copies of the original communication.
IBS makes no warranty, express or implied, nor guarantees the accuracy,
adequacy or completeness of the information contained in this email or any
attachment and is not liable for any errors, defects, omissions, viruses
or for resultant loss or damage, if any, direct or indirect."

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2010-07-28 04:39:27 Re: Questions on query planner, join types, and work_mem
Previous Message Alvaro Herrera 2010-07-28 04:01:51 Re: Questions on query planner, join types, and work_mem