Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dataframe v2: "constant-time" pagination (#7665)
This implements support for "constant-time" pagination. Obviously it's not constant-time, but it scales in a sane fashion. This PR is still _not_ about general performance optimizations. It is the last step before those can start though. * Fixes #7657 * DNM: requires #7652
- Loading branch information