Re: JOIN on partitions is very slow - Mailing list pgsql-performance

From daya airody
Subject Re: JOIN on partitions is very slow
Date
Msg-id CAFg0VMAu71RxMsZtntPe4sQ4cGAdm=tWsVWK-rLmNiaj4W-v+Q@mail.gmail.com
Whole thread Raw
In response to Re: JOIN on partitions is very slow  (Thomas Kellerer <shammat@gmx.net>)
List pgsql-performance


As none of the columns of the joined table are used, most probably
this should be re-written as an EXISTS condition.
Then neither GROUP BY nor DISTINCT is needed.

 
I need the columns from joined tables. To keep it simple, I didn't include them in the query. EXISTS solution won't work for me.

pgsql-performance by date:

Previous
From: Ekaterina Amez
Date:
Subject: Re: Best way to delete big amount of records from big table
Next
From: Laurenz Albe
Date:
Subject: Re: Best way to delete big amount of records from big table