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
execute_query_on_graph now skips nodes that are not part of the output
(optional negated nodes) and makes sure the resulting iterator only produces
unique results.
Queries with @ could have extremly slow execution plans when the query
planner introduces an inverted @ operator and miscalculated the cost
compared to the non-inverted version.
Frequency queries now execute the (additional) timeout check after a certain
number of matches are processed, not if a specific tuple value has reached a
treshold.