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

Scale up lambkin.shepherd.data APIs to larger datasets #100

Open
hidmic opened this issue Sep 28, 2024 · 0 comments
Open

Scale up lambkin.shepherd.data APIs to larger datasets #100

hidmic opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hidmic
Copy link
Collaborator

hidmic commented Sep 28, 2024

Feature description

By default, lambkin.data APIs will yield pandas.DataFrame instances when accessing benchmark results. These instances can grow large, very large. We need to find a way to keep the UX while scaling it up to huge amounts of data.

Implementation considerations

There are plenty things we could do here: lazy loading, chunking, compression, parallelization (see dask), and more. The solution may also be introducing some other storage formats more suitable to big data (e.g. Parquet).

@hidmic hidmic added the enhancement New feature or request label Sep 28, 2024
@hidmic hidmic changed the title Scale up lambkin.data APIs to larger datasets Scale up lambkin.shepherd.data APIs to larger datasets Sep 28, 2024
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