createMany has really really bad performance, almo...
# orm-help
d
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
That would be very weird.
Optimally create an issue with a reproduciton and we can take a look.