MongoDB 3.3.10 发布了,MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的 bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现 类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。 SERVER-22383 mongo shell should permit mongodb:// URI without database name SERVER-23815 Add $bucket aggregation stage SERVER-23830 On RHEL7/Centos7 mongod can't stop if pid location in conf differs from the init.d script SERVER-24335 Shell sharding helpers should use wtimeout and respond appropriately SERVER-24523 Include file and line numbers in assertion messages SERVER-24580 Improve performance when WiredTiger cache is full SERVER-24881 Add StepUp Command All Issues: All issues closed in 3.3.10 下载: http://www.mongodb.org/downloads MongoDB 3.3.10 发布下载地址