-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Microsoft SQL - Maximum call stack size exceeded #8333
Comments
Hey @gehal4, Thanks for raising this, I have created |
@gehal4 |
Hi, After making the changes, it works but it gets slow (and sometimes stops working) for 2 reasons :
In general I think it works great up to 150k, but with larger amount of data I think there are a lot of improvements to work on. PS: increased |
We are aware of this issue, and slowly working towards reducing the resource usage of n8n on large amount of data. Unfortunately that won't be fixed by a quick PR. But, hopefully we'll have some improvements around that in this quarter. Until then I'd recommend trying different techniques to split the data up. |
Describe the bug
There is an exception when using Microsoft SQL node and executing the query (Execute query - operation), when extracting the table with more then 120000 records.
The error message is :
Maximum call stack size exceeded
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: