GamerZero
Explore posts from serversDTDrizzle Team
•Created by GamerZero on 7/14/2024 in #help
Stack overflow when trying to insert many values at once
I'm using drizzle with nextjs so the code is chunked into separate bundles by nextjs it seems, but there are mentions of SQL in the stacktrace and i'm not using any ORM other than drizzle in my project.
Here's my code:
where
largeListOfValues.length
is around 30000-40000 entries 5 columns each.
And the error:
4 replies