首页 > 代码库 > MongoDB特点

MongoDB特点

注意:以下翻译完全是本人爱好,如有不正确,请谅解,谢谢

翻译自http://www.mongodb.org/ 的首页

mongoDB

Agile and Scalable

敏捷的和可扩展的

MongoDB(from "humongous") is an open-souce document database, and the leading NoSQL database. Written in C++, MongoDB features:

MongoDB(来自"巨大的")是一个开源文档资料库,而且是领先的NoSQL资料库。它是用C++开发的,MongoDB特性如下:

Document-Oriented Storage

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

面向文档的存储方式

提供简单和强大JSON风格文件动态模式

Full Index Support

Index on any attribute, just like you‘re used to.

全索引支持

任何属性上都有索引,就像过去使用的一样。

Replication & High Availability

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

可复制和高可用性

可轻松的通过LAN和WAN扩展镜像。

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.

映射/约束

灵活的聚集和数据处理

GridFS

Store files of any size without complicating your stack.

GridFS

储存任意大小的文件不管你的堆栈多么复杂。

MongoDB Management Service

Monitoring and backup designed for MongoDB.

MongoDB管理服务

监视和备份MongoDB的设计

Partner with MongoDB

Reduce cost, accelerate time to market, and mitigate risk with proactive support and enterprise-grade capabilities.

MongoDB合作伙伴

减少成本,快速占领市场,通过积极的支持和企业级的能力减轻风险

MongoDB特点