您的位置:首页 > 数据库 > Mongodb

数据怎么存入MongoDB

2016-09-24 14:15 337 查看
原文地址:https://www.mongodb.com/faq

How is data stored in MongoDB?

Back to Table of Contents

Data in MongoDB is stored in BSON documents – JSON-style data structures. Documents contain one or more fields, and each field contains a value of a specific data type, including arrays, binary data and sub-documents. Documents that
tend to share a similar structure are organized as collections.

It may be helpful to think of documents as analogous to rows in a relational database, fields as similar to columns, and collections as similar to tables.

Learn more in the MongoDB Architecture Guide.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: