実行できるパフォーマンス向上のアプローチは、RAMディスクを使用することです
例:
mongod --smallfiles --noprealloc --nojournal --dbpath <ramdisk mounted localtion>
参照:
-
http://edgystuff.tumblr.com/post/49304254688/how-to-use-mongodb-as-a-pure-in-memory-db-redis-style
-
RAMディスクLinuxを作成します: https: //unix.stackexchange.com/questions/66329/creating-a-ram-disk-on-linux/66331#66331