I've got 42,000 rows of data that I need to seed into an existing table in a Heroku database. From our previous non-Heroku deployment, I have a rake task that does this in MySQL by spawning the "mysql" executable and using the LOAD DATA INFILE command.
What's the suggested way to do large data seeds in a Heroku deployment? Thanks! Danny Burkes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
