Optimize by collapsing trees into single SQL queries
This commit is contained in:
parent
185e236f15
commit
621acae945
7 changed files with 501 additions and 50 deletions
|
|
@ -140,6 +140,7 @@ func (it *Not) Optimize() (graph.Iterator, bool) {
|
|||
if optimized {
|
||||
it.primaryIt = optimizedPrimaryIt
|
||||
}
|
||||
it.primaryIt = NewMaterialize(it.primaryIt)
|
||||
return it, false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue