Robomongo bug:執行aggregate最多隻返回50個文檔

最近在使用MongoDB可視化工具Robomongo時發現了一個bug,在客戶端執行管道查詢aggregate時,最多隻返回來50個文檔。php //插入100條數據 for(var i=0;i<100;i++){ db.test.insert({name:'a',age:1}) } //管道查詢 db.getCollection('test').aggregate([ {$match:{
相關文章
相關標籤/搜索