Why queued imports don't reach end of file ? #3399
Unanswered
atefrihane
asked this question in
Q&A
Replies: 1 comment
-
Probably a memory exhaustion, try to disable your own logic and see if it runs to the end then. If so, you'll have to optimize your own logic. (Try enabling things one by one and see which parts uses a lot of memory) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've a CSV file with 5794 records
I'm trying to import it to database..
I set the chunk size to 2000 , it doesn't process all the file and hangs at 3000 insertions with no errors.
I tried to decrease it even to 25 and 10 and always doesn't reach the end..
What's causing this ?
Beta Was this translation helpful? Give feedback.
All reactions