Is MongoDB reliable?

Viewed 11804

I am developing a dating website and I am thinking of using a NoSQL database to store the profiles etc. I am currenly looking into the MongoDB and so far I am very pleased. The only worry is that I read on different websites that MongoDB is unreliable and not good.

I looked into the NoSQL alternatives and found no one that fully meets my specific criterias:

  1. Easy to learn and use.

  2. Fully compatible with PHP out of the box.

  3. Fast and well documented.

What do you think, am I doing the right thing to go with MongoDB or is it a waste of time?

Thankful for all input in the matter!

9 Answers
Related