From: | <vincent(dot)moreau(at)leroymerlin(dot)fr> |
---|---|
To: | vincent(dot)moreau(at)leroymerlin(dot)fr, Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3 |
Date: | 2007-03-13 13:28:24 |
Message-ID: | 45F6A6F8.9090405@leroymerlin.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Here it is :
CCM=# SHOW enable_mergejoin;
enable_mergejoin
------------------
on
(1 row)
CCM=#
Alvaro Herrera wrote:
> vincent(dot)moreau(at)leroymerlin(dot)fr wrote:
>
>> I have attached the requested information.
>>
>> You will see that the query is quite messy and could be easily improved.
>> Unfortunately, it came from a third party application and we do not have
>> access to the source code.
>>
>
> There are only nested loops and hash joins, while the other plan seems
> to be more elaborate -- I wonder if you have disabled bitmap scan, merge
> joins, in 8.2? Try a SHOW enable_mergejoin in psql.
>
>
Ce message et toutes les pièces jointes sont établis à l'attention exclusive de leurs destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le détruire et d'en avertir immédiatement l'expéditeur. L'internet ne permettant pas d'assurer l'intégrité de ce message, le contenu de ce message ne représente en aucun cas un engagement de la part de Leroy Merlin.
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2007-03-13 13:28:47 | Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3 |
Previous Message | Dave Dutcher | 2007-03-13 13:24:37 | Re: Execution plan changed after upgrade from 7.3.9 to 8.2.3 |