On Nov 24, 6:39*am, Michel Esber <smes... (AT) gmail (DOT) com> wrote:
Quote:
More info:
According Serge's post in this other similar topic:http://tinyurl.com/2chufqt
It looks like DB2 should pushdown the predicates contained in a
partition by predicate, which is exactly what I am trying to do here.
However, all I get is tablescans.
Any ideas? |
I have run into this, too, but only with Views. If you run the entire
query in just a query (no view), it will push down the predicate
correct, but with the OLAP in a view, it will not. This has been
frustrating in the past.
I've last verified it in v9.1. (I haven't verified it in later
releases since we removed the offending views before the migration).
-Chris