|
1) one more point to take note is that ensuring the tables having the same partitioning key does not guarantee the tables can be locally joined if these tables happen to be in different tablespaces, and these tablespaces are in different nodegroups.
2) For this case, since the (09) query is running fine, you may try to truncate (09) tables, and load the (10) data into (09) tables, and observe the difference, i.e. loading (10) data into both (09) and (10) tables, and check the performance difference. |
|