Scenario building a basic auto-complete for a search bar and Mongo seems to be the answer for both the auto complete and the search results, In the past I would use backbone for auto complete and the search results would be a List from Linq-sql
I'm looking for speed and Mongo seems to be key here, however MongoDB seems to have allot more cons than pro's
To the point:
- Is there a situation where MongoDB looks like it was made to solve that problem?
- Is sacrificing Features worth the speed?(How much faster?) and cost?(Hosting)
- MongoDB is great, I guess to see the bigger picture of No-Sql over RDMS ill have to see a good scenario