sqlg icon indicating copy to clipboard operation
sqlg copied to clipboard

Optimize `not`

Open pietermartin opened this issue 4 years ago • 0 comments

NotStep is currently optimized as a barrier step. Need to optimize it fully for simple cases.

g.V().hasLabel('Person').not(outE('linked'))

This should be fully optimized into one query.

pietermartin avatar May 27 '20 16:05 pietermartin