开发者

couchdb emfile error

开发者 https://www.devze.com 2023-03-18 17:13 出处:网络
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\"}.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消