Hi,
There is no way the explain can predict the set of values returned by your subquery, so the partition elimination won't work here.
However, this doesn't necessarily mean that the partitionning won't make any difference joining these two tables, but not easy to predict, so have a look at the explain.
//Remi
↧