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

bulk import in arangodb #8

Open
apapacy opened this issue Jul 17, 2022 · 2 comments
Open

bulk import in arangodb #8

apapacy opened this issue Jul 17, 2022 · 2 comments
Assignees

Comments

@apapacy
Copy link

apapacy commented Jul 17, 2022

Excellent results for the ,PostgreSQL However, for an ArangoDB, they seem to be incomparable, since they do not use a high-performance operator import, similar to an PostbreSQL copy.

https://stackoverflow.com/questions/61345323/bulk-import-of-json-files-in-arangodb-with-python

@swoehrl-mw
Copy link
Collaborator

Hi @apapacy. Thank you for that suggestion, I didn't know about that API. When I find the time I will extend the benchmark to use import_bulk for arangodb and update the numbers.

@swoehrl-mw swoehrl-mw self-assigned this Jul 18, 2022
@swoehrl-mw
Copy link
Collaborator

Hi @apapacy. I reran the insert test with import_bulk but could not find a significant speed improvement over using insert_many (basically just swapped out the method calls in arangodb.py). I'll have to see why, as according to the docs import_bulk should be faster.

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

No branches or pull requests

2 participants