Re: JOIN on partitions is very slow

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





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.


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux