When queries are implemented using Classic Query Engine (CQE),
you need to be aware of how the query is optimized including materialization
and index usage.
Materialization
When running Classic Query Engine (CQE), a partitioned table is materialized under some conditions.
CQE query optimization considerations
The Classic Query Engine (CQE) optimizer optimizes the query using the first partition member in the partitioned table. This access method is used to access rows from all of the partitions.
Index usage
The Classic Query Engine (CQE) uses nonpartitioned indexes to implement queries.