I'm trying to import 7 million rows into couch from an xml document. If I use a database with a "normal" interface (comparing with Mongo here), the process completes in 37 minutes. If I use couch, it takes 10 hours. I think it might be due to the overhead of the http interface, but I'm not sure.
Is there any way to get data in there faster? ~sean
