I have a large CSV file with a lot of data more than 75000 records. I need to insert it into a mysql database from my rails application. Using background processing using Sidekiq (https://github.com/mperham/sidekiq) is also taking a lot of time. Any better way to process the data ?
Thanks