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
Improve windows queries by using partial point queries.
The idea is to first determine the x=max_diverging_bits of the min/max points of the window query. We can the use a PQ up to depth (64-x) before having to execute the more expensive WQ.
The text was updated successfully, but these errors were encountered:
Improve windows queries by using partial point queries.
The idea is to first determine the x=max_diverging_bits of the min/max points of the window query. We can the use a PQ up to depth (64-x) before having to execute the more expensive WQ.
The text was updated successfully, but these errors were encountered: