The DeepSee Shell Best Practices Series - Get your MDX query plan, MDX Query Trace and more from the DeepSee Shell
To process a query, DeepSee performs the following steps:
1. Preparation, which occurs in process (that is, this step is not launched as a background process). In this phase:
- DeepSee parses the query and converts it to an object representation, the parse tree. In the parse tree, each axis of the query is represented separately. One axis represents the overall filtering of the query.
- DeepSee converts the parse tree to a normalized version of the query text.




