MongoDB 3.2.0 RC3 发布,分布式文档数据库
12月12日北京OSC源创会 —— 开源技术的年终盛典 »MongoDB 3.2.0 RC3 发布,此版本更新内容如下:
[*] SERVER-20164: Finish unit tests for CatalogManagerReplicaSet::addShard
[*] SERVER-21287: $lookup should use $eq queries
[*] SERVER-21298: rollback_index.js fails to wait for replication before continuing
[*] SERVER-21292: replsets/remove1.js failed in replset_legacy suite
[*] SERVER-20937: Add mode to FSM framework that drives greater amount of load on the system
[*] SERVER-21099: Improve logging in SecureRandom and PseudoRandom classes
[*] SERVER-20402: Add Election Failover JS tests
[*] SERVER-21308: fsm-suite doesn’t wait long enough for the distributed lock when dropping a collection
[*] SERVER-20867: Integrate mongobridge into ShardingTest
[*] SERVER-21355: Coverity analysis defect 76731: Unchecked return value
[*] SERVER-21305: Lock ‘timeAcquiringMicros’ value is much higher than the actual time spent
[*] SERVER-21371: find_and_modify_concurrent_update.js join() is called after read
[*] TOOLS-983: mongorestore panic when restoring a compressed archive without using –gzip
下载:http://spr.ly/6130BR6Zr
https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl
MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。
它的特点是高性能、易部署、易使用,存储数据非常方便。主要功能特性有:
[*] 面向集合存储,易存储对象类型的数据。
[*] 模式自由。
[*] 支持动态查询。
[*] 支持完全索引,包含内部对象。
[*] 支持查询。
[*] 支持复制和故障恢复。
[*] 使用高效的二进制数据存储,包括大型对象(如视频等)。
[*] 自动处理碎片,以支持云计算层次的扩展性
[*] 支持RUBY,PYTHON,JAVA,C++,PHP等多种语言。
[*] 文件存储格式为BSON(一种JSON的扩展)
[*] 可通过网络访问
页:
[1]