我正在Windows 7 64位上运行mongodb 3.6.10。 在4000万个记录集合上运行聚合管道时,出现以下错误:
assert: command failed: {
"ok" : 0,
"errmsg" : "error opening file \"bin\\data/_tmp/extsort.2789\": errno:24 Too many open files",
"code" : 16818,
"codeName" : "Location16818"
} : aggregate failed
_getErrorWithCode@src/mongo/shell/utils.js:25:13
doassert@src/mongo/shell/assert.js:16:14
assert.commandWorked@src/mongo/shell/assert.js:403:5
DB.prototype._runAggregate@src/mongo/shell/db.js:260:9
DBCollection.prototype.aggregate@src/mongo/shell/collection.js:1212:12
我想知道一种解决此问题的方法,例如增加临时文件的大小或增加Windows上打开的最大文件数。
(这里Increasing no of file handles in Windows 7 64 bit表示限制为16M,这是很大的数字。)
有可能吗? 还有其他想法吗?
谢谢
-更新-
发现了这个,我也有相同的16384限制.....
-更新-
好吧,解决方法是将聚合管道分成两个阶段。那行得通。他们创建了1300和1800个临时文件