Ties,
Thanks for the article - but this provides an overview of MQT which I am already familiar with.
It talks about the automatic query rewrite (AQR) - which uses the MQT rather than the base table that is referenced in the query. I developed 2 queries - one against the base table taking 3 - 5 seconds and the same data represented in the MQT taking less that .5 second. I don't know why the AQR doesn't know to use the MQT which is obviously faster. I ran them both the SQL Explain (with in quest).
Thanks,
-JB