Emmanuel, Are you PUTing each document into the database individually?
If so, you should try the _bulk_docs API: http://is.gd/imdGF Cheers, Zach On Tue, Dec 7, 2010 at 2:34 PM, Emmanuel Decitre <[email protected]> wrote: > Hi there, > > I am a newbie in the couchdb community. > > I have a huge set of gis data I am storing using the document REST API. > But it takes hours. I was just thinking whether it is possible to directly > access the storage engine (make_doc in couch_db.erl ?) to feed the > beast offline before starting the http engine... > > Any hint ? > > Emmanuel >
