sakulstra
03/05/2021, 3:24 PMcreateMany
and was wondering if we might see the improvements proposed in https://github.com/prisma/prisma/issues/5437#issuecomment-772692381 are being considered to be pulled into the experimental mode? &/or as long as we don't how are you guys working around that issue 🤔
I got a cronjob batch upserting 50k docs and doing this sequentially seems like a rather bad idea - especially as i'm on serverless with function timeout-limits. I've now chunked it and process it with multiple lambdas, but that's a quite connection heavy approach.
Is $rawQuery the way to go?Ryan
03/08/2021, 7:24 AM$queryRaw
would be the best way to do this.sakulstra
03/10/2021, 10:09 AMRyan
03/10/2021, 10:14 AMsakulstra
03/10/2021, 10:17 AM