Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataframe v2: constant-time pagination #7657

Closed
teh-cmc opened this issue Oct 9, 2024 · 0 comments · Fixed by #7665
Closed

Dataframe v2: constant-time pagination #7657

teh-cmc opened this issue Oct 9, 2024 · 0 comments · Fixed by #7665
Assignees
Labels
feat-dataframe-api Everything related to the dataframe API feat-dataframe-view Everything related to the dataframe view 📉 performance Optimization, memory use, etc 🔍 re_query affects re_query itself

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Oct 9, 2024

No description provided.

@teh-cmc teh-cmc added 🔍 re_query affects re_query itself 📉 performance Optimization, memory use, etc feat-dataframe-view Everything related to the dataframe view feat-dataframe-api Everything related to the dataframe API labels Oct 9, 2024
@teh-cmc teh-cmc added this to the 0.19 - Dataframe and web video milestone Oct 9, 2024
@teh-cmc teh-cmc self-assigned this Oct 10, 2024
teh-cmc added a commit that referenced this issue Oct 10, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat-dataframe-api Everything related to the dataframe API feat-dataframe-view Everything related to the dataframe view 📉 performance Optimization, memory use, etc 🔍 re_query affects re_query itself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant