Which conditions are valued by the MaxDB Optimizer?
The Optimizer can use the following search conditions to determine the optimal search strategy: – Equality conditions – Area conditions – IN conditions – Like conditions One-table optimizer Column = value Column <, <=, >=, > value Column BETWEEN value AND value Column IN ( value, value, … ) Column LIKE string value (including %,?,…) Column = (ANY)