作者:林立霞61556 | 来源:互联网 | 2014-08-12 22:31
程序员必上的开发者服务平台 —— DevStore
NoSQL数据库 MongoDB 2.6.4发布. 2014-08-11.之前版本2014-06-20 2.6.3。遗留产品线2.4.10 2.2.7 2.0.9.
MongoDB是一个介于关系数据库和非关系数据库之间的产品,
是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的bjson格式,因此可以存储比较复杂的数据类型。
Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持
对数据建立索引。
它的特点是高性能、易部署、易使用,存储数据非常方便。主要功能特性有:
此版本基本改进:
2.6.4 – August 11, 2014
Fix fortextindex where under specific circumstances, in-place
updates to atext-indexed field may result in
incorrect/incomplete results SERVER-14738
Check the size of the split point before performing a manual split
chunk operation SERVER-14431
Ensure read preferences are re-evaluated by drawing secondary
connections from a global pool and releasing back to the pool at the
end of a query/command SERVER-9788
Allow read from secondaries when both audit and authorization are
enabled in a sharded cluster SERVER-14710
All issues closed in 2.6.4
下载:32位 https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.6.4.tgz
64位 https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.4.tgz
源码 https://fastdl.mongodb.org/src/mongodb-src-r2.6.4.tar.gz