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

Add an option for loading resources in batches #62

Open
szymach opened this issue Apr 5, 2018 · 1 comment
Open

Add an option for loading resources in batches #62

szymach opened this issue Apr 5, 2018 · 1 comment

Comments

@szymach
Copy link
Contributor

szymach commented Apr 5, 2018

Considering that each get() call is a separate database call, it can generate quite a few of these when fetching many resources. It would be nice to be able to specify an array of keys to be fetched and have them populated as resource objects.

@szymach
Copy link
Contributor Author

szymach commented Apr 12, 2018

Another option is to add an option to pre-fetch a set of keys and by utilizing a cache component, they would not require being re-fetched later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant