Memory exhausted #1356
-
Hi there, This is a great project and I've enjoyed playing with it over the weekend! Thanks for all the hard work building and maintaining it. Question: I have a table with 500k+ rows and 20+ columns, and I'm hitting
I also have another table with a 100+ rows and 5+ columns, and it works really well. Using: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you find the solution to your issue, if so, please can you share it here so that others can benefit! I have a demo environment for large table testing, so happy to try and replicate any issues, and its what I use to review optimisation potential. |
Beta Was this translation helpful? Give feedback.
Hi @lrljoe, yes, sorry, I did. It was entirely unrelated though. I had a bug in my code left over from testing where I was passing in the whole content 500k+ rows as an array into a function as a variable. I got rid of that and it now works fine.