Hi,
I am using ‘roo gem’ for importing data from xml file.
My code is importing data from xml file and storing it in
database(MySQL).
All is going fine.
But my issue is that ,i am importing file which is of 64 Kb size and
‘roo’ is taking appr. 3 hours to import this data and store in database.
So ,i want to know is it a known issue that ‘roo’ takes time or there is
something wrong in my code.
Suggest