MongoDB01 Introduction 介绍

from http://www.mongodb.org/

Agile and Scalable 敏捷和可扩展

MongoDB(from "humongous" ) is a scalable, high-performance, open source, document-oriented database. Written in C++, MongoDB features:

MongoDB 来自单词 humongous[hju:'mɔŋgəs] adj.  <俚>极大的,  其大无比的,是一种可扩展,高性能,开源,面向文件的数据库。开发语言是c++,特性有:

Document-oriented storage:

JSON-style documents with dynamic schemas offer simplicity and power.

面向文件的存储方式:

动态松散的结构JSON格式的文件,可提供强大简单的效果。

Full Index Support:

Index on any attribute, just like you are used to.

支持完全索引

象你以前接触到的,可以给任意一个属性加Index

Replication& High Availability:

Mirror across LANs and WANs for scale and peace of mind.

复制和高可用

通过本地网和广域网,使数据安全。

Auto-Sharding:

Scale horizontally without compromising functionality.

自动处理碎片

可水平扩展

Querying:

Rich, document-based queries.

 查询

丰富,基于文本的查询

Fast In-Place updates:

Atomic modifiers for contention-free performance.

 快速准确更新

支持原子性

Map/Reduce:

Flexible aggregation and data processing.

 Map/Reduce 是Hadoop里的名词,这个不懂可要自己查去喽

灵活的聚合和数据处理

GridFS:

Store files of any size without complicating your stack.

 网格文件

存储任意大小的文件而不用把你的stack搞复杂

Commercial Support:

Enterprise class support, training and consulting available.

 商业支持

企业级的支持,培训和顾问。

原文地址:https://www.cnblogs.com/shined/p/2260768.html