You are viewing a single comment's thread. Return to all comments →
... IN (SELECT P FROM BST) is highly inefficient for big tables.
... IN (SELECT P FROM BST)
... WHERE P=B.N uses a probable index.
... WHERE P=B.N
Seems like cookies are disabled on this browser, please enable them to open this website
Binary Tree Nodes
You are viewing a single comment's thread. Return to all comments →
... IN (SELECT P FROM BST)
is highly inefficient for big tables.... WHERE P=B.N
uses a probable index.