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

Paginate update_features() to improve performance #112

Open
JosiahParry opened this issue Dec 3, 2023 · 0 comments
Open

Paginate update_features() to improve performance #112

JosiahParry opened this issue Dec 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JosiahParry
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

update_features() will update all features in a data.frame synchronously. It may be preferable to chunk the input object and perform the update with smaller batch sizes and in parallel using httr2::req_perform_parallel(). We can use the structure implemented in add_features() to achieve this.

@JosiahParry JosiahParry added the enhancement New feature or request label Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant