InterviewSolution
Saved Bookmarks
| 1. |
Compare Sql Databases And Mongodb At A High Level.? |
|
Answer» SQL DATABASES store data in form of tables, rows, COLUMNS and RECORDS. This data is stored in a pre-defined data model which is not very much flexible for today's real-world HIGHLY growing applications. MongoDB in contrast uses a flexible structure which can be EASILY modified and extended. SQL databases store data in form of tables, rows, columns and records. This data is stored in a pre-defined data model which is not very much flexible for today's real-world highly growing applications. MongoDB in contrast uses a flexible structure which can be easily modified and extended. |
|