Seed Data in Rails
I was able to decrease seeding time from ~2-3 minutes down to 1 second by switching to using MySQL LOAD DATE INFILE instead of #create!
statements.
I was able to decrease seeding time from ~2-3 minutes down to 1 second by switching to using MySQL LOAD DATE INFILE instead of #create!
statements.