Import 5 millions records to the rails application

Posted by Bogdan Gusiev on Stack Overflow See other posts from Stack Overflow or by Bogdan Gusiev
Published on 2010-05-13T08:59:20Z Indexed on 2010/05/13 9:34 UTC
Read the original article Hit count: 249

Filed under:
|
|
|
|

We need to import large amount of data(about 5 millions records) to the postgresql db under rails application. Data will be provided in xml format with images inside it encoded with Base64.

Estimated size of the xml file is 40GB. What xml parser can handle such amount of data in ruby?

Thanks.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby