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

Is single-write supposed to be slower compared to bulkSave? #208

Open
thearghyadutta opened this issue Jul 1, 2021 · 0 comments
Open

Is single-write supposed to be slower compared to bulkSave? #208

thearghyadutta opened this issue Jul 1, 2021 · 0 comments

Comments

@thearghyadutta
Copy link

In theory, it does seem that it is supposed to be slower since the API calls would add to the overhead time.

But in case of bulkSave, inserting a million documents in batches of 1000 takes 8 mins compared to batches of 1 or 2, which takes as long as an hour and 40 minutes based on a benchmark test I am carrying out.

Want to know if this time range of inserting a million documents seems normal to ArangoDB performance. My setup is a 3 node cluster.

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

1 participant