Category Archive For "Computers"
Self-optimizing bulk import algorithm
During a professional project, I had to import massive amounts of data into CouchDB, a NoSQL database. The source was a big XML file of approximately 7GB in size, containing 2.5 million records of heterogenous data (from a few bytes to many megabytes). In this article, we’ll see the various improvements used to make it …