vault backup: 2024-01-21 00:34:10
This commit is contained in:
@@ -34,4 +34,4 @@ Purpose is to transform a query written in a high level language into correct an
|
|||||||
- Move SELECT operations down the tree
|
- Move SELECT operations down the tree
|
||||||
- Apply more restrictive SELECT operations first ( eg. equalities before range queries )
|
- Apply more restrictive SELECT operations first ( eg. equalities before range queries )
|
||||||
- Replace Cartesian products followed by selection with theta joins ( eg. *sigma(f) ( RxS )* -> *R theta(f) S* )
|
- Replace Cartesian products followed by selection with theta joins ( eg. *sigma(f) ( RxS )* -> *R theta(f) S* )
|
||||||
- Move PROJECT operations down the query tree ( add project operations as inputs to theta joins )
|
- Move PROJECT operations down the query tree ( add project operations as inputs to theta joins ).
|
Reference in New Issue
Block a user