meteor-transactions icon indicating copy to clipboard operation
meteor-transactions copied to clipboard

Is there a limit for number of operations?

Open fuatsengul opened this issue 8 years ago • 2 comments

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

fuatsengul avatar Jul 21 '17 15:07 fuatsengul

There is no limit on the number of operations.

Data-Meister avatar Sep 05 '17 13:09 Data-Meister

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.

JackAdams avatar Sep 06 '17 12:09 JackAdams