- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 123字
- 2021-07-08 10:32:38
Schema-less design
Another important feature of MongoDB is its schema-less nature. With a relational database, you are required to define the exact structure of the data being stored ahead of time, which is termed as the schema. This means that you must have defined the exact number of columns, the length, and the data type for every field in a table, and that each field must always match that exact set of criteria. Mongo provides a flexible nature where the documents that you store into the database need not follow any schema unless the developer enforces it through the application level. This makes MongoDB a great fit for Agile-based development, as you could carry out modifications on the application schema on the fly.
推薦閱讀
- Interactive Data Visualization with Python
- 樂高機器人設計技巧:EV3結構設計與編程指導
- x86匯編語言:從實模式到保護模式(第2版)
- Learning Laravel 4 Application Development
- 零基礎學MQL:基于EA的自動化交易編程
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- C語言從入門到精通(第4版)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Android移動開發案例教程:基于Android Studio開發環境
- Android傳感器開發與智能設備案例實戰
- FPGA嵌入式項目開發實戰
- 軟件工程與UML案例解析(第三版)
- Java程序設計實用教程(第2版)
- Deep Learning for Natural Language Processing
- Learning Alfresco Web Scripts