Where does MongoDB store its documents?

Viewed 38298

I have inserted and fetched data using MongoDB, in PHP. Is there an actual copy of this data in a document somewhere?

2 Answers
Related