hshayesteh / RMS

Resturant Managemetn System
0 stars 0 forks source link

Identifying the most suitable database architecture and technology #7

Open hshayesteh opened 9 years ago

hshayesteh commented 9 years ago

After some research, I believe we should go with MongoDb because when compared to relational databases, NoSQL databases are more scalable and provide superior performance, and their data model addresses several issues that the relational model is not designed to address:

- Large volumes of structured, semi-structured, and unstructured data
- Agile sprints, quick iteration, and frequent code pushes
- Object-oriented programming that is easy to use and flexible
- Efficient, scale-out architecture instead of expensive, monolithic architecture

For a more details comparison please refer to this article