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

Datasets catalog should support paging #83

Open
bryanrcarlson opened this issue Nov 5, 2021 · 0 comments
Open

Datasets catalog should support paging #83

bryanrcarlson opened this issue Nov 5, 2021 · 0 comments
Labels
catalog Relates to the metadata catalog

Comments

@bryanrcarlson
Copy link
Contributor

Currently, the entire catalog.json file is loaded into memory and persists throughout the app lifecycle. This isn't sustainable for large catalogs.

At some point, optimization steps should be taken to ease the computational burden. Consider paging and/or streaming.

@bryanrcarlson bryanrcarlson added the catalog Relates to the metadata catalog label Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
catalog Relates to the metadata catalog
Projects
None yet
Development

No branches or pull requests

1 participant