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
What is the main use case for this? Can we first binary search on chunk first row?
Maybe we should set a index structure for each chunk's first row so we can binary search with?
Is there an existing issue for this?
What would you like to be added?
When we search sorted pks, we do not have to iterate all chunks.
First filter out the chunk that the pk exists in and search it in this chunk.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: