Re: Problem with update on partitioned table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Solovey <a(dot)solovey(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with update on partitioned table
Date: 2008-03-24 22:05:07
Message-ID: 3234.1206396307@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alex Solovey <a(dot)solovey(at)gmail(dot)com> writes:
> Thanks for the patch. We've tried it here, and it improved query plan
> slightly (indeed, it looks exactly like the plan from 8.2.6 now).
> But, as you've said, empty sub-joins are still not discarded, so query
> execution time did not improve. And this is the same in both 8.2 and 8.3.

If you're feeling brave, try the patch I just committed to CVS.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Solovey 2008-03-24 22:37:22 Re: Problem with update on partitioned table
Previous Message Alex Solovey 2008-03-24 22:01:37 Re: Problem with update on partitioned table