Skip to content

improve performance of get_many #177

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

Merged
merged 2 commits into from
Oct 13, 2021
Merged

improve performance of get_many #177

merged 2 commits into from
Oct 13, 2021

Conversation

jsteemann
Copy link
Contributor

by making it use a different server REST API. It now uses the low-level
document API instead of the /_api/simple/lookup-by-keys API. The
former can be used as a drop-in replacement for the latter.

by making it use a different server REST API. It now uses the low-level
document API instead of the `/_api/simple/lookup-by-keys` API. The
former can be used as a drop-in replacement for the latter.
@joerg84 joerg84 requested a review from joowani October 13, 2021 12:15
@joowani joowani merged commit 1d0ee30 into arangodb:main Oct 13, 2021
@joowani
Copy link
Contributor

joowani commented Oct 13, 2021

Looks like some dependencies around mypy is broken. Merging for now and the mypy issue can be addressed separately.

@jsteemann
Copy link
Contributor Author

jsteemann commented Oct 13, 2021

@joowani : as far as I can see some of the above tests failed for reasons unrelated to this PR. Is there anything I can do to make these tests pass? Thanks!

[edited] Ah, it seems we posted in this ticket at about the very same time. Will wait for the next build result then.

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 this pull request may close these issues.

3 participants