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
Deleting from a BTree index is a very heavy operation because it re-balances the tree as needed after every deletion. In the case of DELETE ALL, we should be simply dropping the entire index tree, instead of removing entries one-by-one.
Deleting from a BTree index is a very heavy operation because it re-balances the tree as needed after every deletion. In the case of DELETE ALL, we should be simply dropping the entire index tree, instead of removing entries one-by-one.