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
Currently split_ors runs each query sequentially, appends them all, then sorts the results. It would be better to do something adaptive: run the first query, but then do a streaming heap merge for the remaining, which will come in sorted.
Currently split_ors runs each query sequentially, appends them all, then sorts the results. It would be better to do something adaptive: run the first query, but then do a streaming heap merge for the remaining, which will come in sorted.