Understanding Query of Queries performance

Query of Queries performs very well on single-table query objects that were accessed directly from a database. This is because ColdFusion MX stores meta information for a query object accessed from a database.

When working with a query resulting in a SQL join, Query of Queries performs as follows:


View comments in LiveDocs