Fix up hash interface and speed up save queries 10x
Fix all optimizer
This commit is contained in:
parent
ab3f59d21f
commit
aedd0401e2
5 changed files with 26 additions and 12 deletions
|
|
@ -164,7 +164,8 @@ func (qs *QuadStore) optimizeLinksTo(it *iterator.LinksTo) (graph.Iterator, bool
|
|||
return newit, true
|
||||
case graph.All:
|
||||
linkit := &SQLLinkIterator{
|
||||
size: qs.Size(),
|
||||
tableName: newTableName(),
|
||||
size: qs.Size(),
|
||||
}
|
||||
for _, t := range primary.Tagger().Tags() {
|
||||
linkit.tagdirs = append(linkit.tagdirs, tagDir{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue