I just started using MonogDB with Rails 3. After doing some benchmarks, I found out that it performs 5-10 times faster than Postgresql/pg.
I decided to check how the data is stored, so I removed all the files from /data/db (that folder contained files like "mydb.0", "mydb.1" etc.
However I still can access data from my Rails app! Even after reloading the server.
So is there any kind of temp or cache folder with all the .json files with data?