Ein möglicher Ansatz zur Leistungssteigerung ist die Verwendung einer RAM-Disk
zB:
mongod --smallfiles --noprealloc --nojournal --dbpath <ramdisk mounted localtion>
Siehe auch:
-
http://edgystuff.tumblr.com/post/49304254688/how-to-use-mongodb-as-a-pure-in-memory-db-redis-style
-
RAM Disk Linux erstellen:https://unix.stackexchange.com/questions/66329/creating-a-ram-disk-on-linux/66331#66331