createMany has really really bad performance, almost 20 seconds to insert 100 rows… With around 10 columns each, mainly numbers.
I’ve tested the query and it creates one big insert, with multiple variables, but it super slow.
j
janpio
06/23/2021, 12:27 PM
That would be very weird.
janpio
06/23/2021, 12:27 PM
Optimally create an issue with a reproduciton and we can take a look.