|
|
|
|
|
by mattkrea
4447 days ago
|
|
What language are you writing your project(s) in? If you are using Node you should use Mongoose and then you may see why some people love Mongo. Complex queries and joins (not technically called joins I guess) are incredibly easy to accomplish with that module[1]. Personally, I have migrated back to MySQL since I was unable to convince my colleagues that Mongo would last long-term and frankly I am not 100% confident either for the kind of business applications that we need[2]. [1]: http://mongoosejs.com/docs/populate.html [2]: payment processing industry handling billions of records |
|