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 there a limit for number of operations? #92

Open
fuatsengul opened this issue Jul 21, 2017 · 2 comments
Open

Is there a limit for number of operations? #92

fuatsengul opened this issue Jul 21, 2017 · 2 comments

Comments

@fuatsengul
Copy link

fuatsengul commented Jul 21, 2017

Hi!
I'm trying to copy a lot of items at once but it fails sometimes, I believe it may be related to number of operations, I tried to run ~480 items and it worked, I'm trying ~640 items now but it fails. Is there any limit for operation? or should I look somewhere else for problem?

This is last few lines

Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Pushed insert command to stack: iuTJoPNRWpkw7ybvq
Beginning commit with transaction_id: iuTJoPNRWpkw7ybvq
@Data-Meister
Copy link
Contributor

There is no limit on the number of operations.

@JackAdams
Copy link
Owner

I think the limits would be in terms of memory. If those are big documents being inserted, all that's held in memory until the commit is completed.

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

3 participants