Trying to insert data from a CSV file to a MySQL DB using Ruby, and it\'s very slow. Note that this is not a Rails application, just stand-alone Ruby script.
Here is my
Use the zdennis/activerecord-import gem. you can insert tons records quickly.