|
原帖由 askgyliu 于 2007-12-6 22:45 发表 ![]()
Precisely. I believe this is the problem.
Look at the one having no problem (_09 query), the access plan is to retrieve data from individual table, and broadcast locally, MS Joined.
But for the problematic query (_10), the very first access is in chaos.
yeah, i think it may be better to have the base table only partitioned by cust_id column, because all your join predicates are only on top of this column rather than cust_id+cust_group_id |
|