Tomas Panek
Results
2
comments of
Tomas Panek
I have encountered some performance issues with Prisma's `createMany` as well – especially with larger datasets. My solution was using `$queryRaw` with the data passed through `unnest` function, as described...
Thanks, @brunoabude! Just submitted a pull request that would solve the timezone issues as you suggested.