标签: mongodb resources cpu-usage mongodb-php
我只使用一个集合获得mongo db并且消耗100%的平均cpu使用率,我该如何限制其资源?
注意:我有核心2四核处理器,在centos上运行
答案 0 :(得分:5)
你很可能缺少索引;请务必查看PHP tutorial的索引部分。