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

Storage::read_with_optional_meta can load Entries first, select the latest one and only then load the data #276

Closed
ikopylov opened this issue May 17, 2023 · 0 comments · Fixed by #232
Assignees
Labels
enhancement New feature or request

Comments

@ikopylov
Copy link
Member

Right now Storage::read_with_optional_meta loads data for all records for specified key. This can be improved by loading entries first, and then loading data for only one Entry

@ikopylov ikopylov added the enhancement New feature or request label May 17, 2023
@ikopylov ikopylov self-assigned this May 18, 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

Successfully merging a pull request may close this issue.

1 participant