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

getEntries could load contents in bulk for withContent=true #7428

Closed
XN137 opened this issue Aug 25, 2023 · 0 comments · Fixed by #7450
Closed

getEntries could load contents in bulk for withContent=true #7428

XN137 opened this issue Aug 25, 2023 · 0 comments · Fixed by #7450

Comments

@XN137
Copy link
Contributor

XN137 commented Aug 25, 2023

as discussed in this comment (PR later merged here)

content is loaded per entry here (or here)

but since the getEntries result is paginated (and/or goes through the batch access check) there are timeframes where we have a batch of entries, so we could bulk load their content to avoid multiple roundtrips to the backend store.

for example instead of calling this could use that

snazy added a commit to snazy/nessie that referenced this issue Aug 30, 2023
snazy added a commit to snazy/nessie that referenced this issue Aug 30, 2023
snazy added a commit to snazy/nessie that referenced this issue Aug 30, 2023
snazy added a commit to snazy/nessie that referenced this issue Aug 30, 2023
snazy added a commit that referenced this issue Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant