
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 18/Jan/08 02:12 PM
Updated: 20/Mar/08 08:11 PM
|
|
| Component/s: |
Query Optimizer
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.0.1
|
|
By applying a number of logical rules, a lot of the SingletonSet and EmptySet nodes can be removed from query models. For example, a join with an EmptySet can be optimized to an EmptySet, a join with a SingletonSet can be optimized to replacing the join with the second argument.
|
|
Implemented as an optimizer implementation: QueryModelPruner.
|
|