一次查询要几十秒啊,除了升级服务器内存,还有啥好办法啊,不要说分表、转移数据之类的方法
12 回复
db.collection.explain().find(query) 分析一下为什么慢,然后建立合理的索引
http://docs.mongodb.org/manual/reference/method/db.collection.explain/#db.collection.explain
一次查询要几十秒啊,除了升级服务器内存,还有啥好办法啊,不要说分表、转移数据之类的方法
db.collection.explain().find(query) 分析一下为什么慢,然后建立合理的索引
http://docs.mongodb.org/manual/reference/method/db.collection.explain/#db.collection.explain