Hi,
I have around 25000, records and I want to save it into database using rails delayed job.
but its taking around 45-50 min, can anyone suggest me how can I do it faster.
Thanks.
Hi,
I have around 25000, records and I want to save it into database using rails delayed job.
but its taking around 45-50 min, can anyone suggest me how can I do it faster.
Thanks.
https://github.com/zdennis/activerecord-import may be helpful to you, Shubham.