How do you import data to CouchDB? Do you use _bulk API?
---
Alex Koshelev
On Thu, Jan 28, 2010 at 1:51 PM, Sean Clark Hess <seanhess@gmail.com> wrote:
> 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
>
|