MongoDB - Bigdata

tarhacq

New member
Hi,

We work on new Bigdata app, and we haven't yet choosen our database for persistence data.
What is our opinion about MongoDB ?
Do you have other suggestions ?
 

hedayatyazdani

New member
It's related to your application development. if you don't need to Relational actions and just working with isolated data its good to use Document Based Databased like MongoDB. but if you need to use relational actions like join it's better to use Relational Databases like MySql or SqlServer. if you are .net developer just use Sql Server and for Document Base like actions ( like saving objects ) use Entity Framework.