MarcoS
MarcoS

Reputation: 17721

MongoDB advise request

I'm going to implement a social web site for skill sharing, with (hopefully) millions of users and tens of millions documents. My team and me are very attracted by NoSQL solutions, and by MongoDB in particular. Though nobody in our team has any NoSQL experience, so we are scared about the steepness of our learning curve... I ask:

Upvotes: 2

Views: 61

Answers (1)

cdeszaq
cdeszaq

Reputation: 31300

Use whatever technology your team is most comfortable with. At the begining, scale won't matter and getting the application out the door as fast as possible is MUCH more important.

Moving to a different persistence store later is not too tough (if you keep things clean).

Don't solve problems you don't have right now.

Upvotes: 2

Related Questions