User bio
404 bio not found
Member since Nov 9, 2022
Replies:

I think the difference in relative costs makes sense. In the "WHERE pxfactid IS NULL" query, you are only looping over a specific subsection of the global. This is similar if you have a query that says SELECT COUNT(*) FROM SomeTable WHERE pxfactid  = 'hello'

In the second query, you are not looping over subrange of nodes that have a specific value, instead you are looping over the entirety of the index and testing whether its content do not match null. This is equivalent to SELECT COUNT(*) FROM SomeTable WHERE pxfactid  != 'hello'

Certifications & Credly badges:
Global Masters badges:
Followers:
Ali has no followers yet.
Following:
Ali has not followed anybody yet.