You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I know why it behaves that way. It currently only optimizes has with a single value. It can do better by automatically adding a union on quad indexes.
iddan
changed the title
Gizmo + Bolt: .out().is() is slower than .has().union(.has())
LinkedQL + Bolt: .out().is() is slower than .has().union(.has())
Jan 14, 2020
Description
When executing:
It is signifcantly slower than
I presume it has to do with the way we use indexes for
.out().is()
which is not optimized like.has()
The text was updated successfully, but these errors were encountered: