MongoDB (Document Database)是由C++語(yǔ)言編寫(xiě)的纯续,是一個(gè)基于分布式文件存儲(chǔ)的開(kāi)源數(shù)據(jù)庫(kù)系統(tǒng)随珠。
在高負(fù)載的情況下,添加更多的節(jié)點(diǎn)猬错,可以保證服務(wù)器性能牙丽。
MongoDB 旨在為WEB應(yīng)用提供可擴(kuò)展的高性能數(shù)據(jù)存儲(chǔ)解決方案。
MongoDB 將數(shù)據(jù)存儲(chǔ)為一個(gè)文檔兔魂,數(shù)據(jù)結(jié)構(gòu)由鍵值(key=>value)對(duì)組成烤芦。MongoDB 文檔類(lèi)似于 JSON 對(duì)象。字段值可以包含其他文檔析校,數(shù)組及文檔數(shù)組构罗。
MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling.
A record in MongoDB is a document, which is a data structure composed of field and value pairs. MongoDB documents are similar to JSON objects. The values of fields may include other documents, arrays, and arrays of documents.