couchdb emfile error
I am testing couchdb with a pool of three workers trying to insert 200,000 records into couchdb. After a couple of thousand records I get 500 {"error":"error","reason":"emfile"}. Does anybody 开发者_Python百科know what is the problem ?
Looks like you might have run into this issue: Too many view files may be held open, rendering CouchDB unusable.
Using the _bulk_docs API might be the way forward.
精彩评论