From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Lawrence, Ramon" <ramon(dot)lawrence(at)ubc(dot)ca> |
Cc: | pgsql-hackers(at)postgresql(dot)org, "Michael Henderson" <mikecubed(at)gmail(dot)com> |
Subject: | Re: Potential Join Performance Issue |
Date: | 2009-03-26 17:17:39 |
Message-ID: | 23623.1238087859@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Lawrence, Ramon" <ramon(dot)lawrence(at)ubc(dot)ca> writes:
> Attached is a patch that will disable the physical-tlist optimization
> for hash join if the number of batches is greater than 1. The patch and
> performance results were created by Michael Henderson (graduate
> student).
I've applied the attached modified version of this patch.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 4.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2009-03-26 18:06:06 | Re: tuplestore API problem |
Previous Message | Tom Lane | 2009-03-26 17:15:35 | pgsql: If we expect a hash join to be performed in multiple batches, |