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.