设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客

MongoDB 2.4.7 发布,NoSQL数据库

2013-10-22 12:44| 发布者: 红黑魂| 查看: 1332| 评论: 0|来自: 开源中国

摘要: NoSQL MongoDB 2.4.7发布. 2013-10-21 经过一个RC 之前版本是2013-08-20发布的2.4.6 其他产品线2.2.6 2.0.9 开发版2.5.3。MongoDB是一个介于关系数据库和非关系数据库之间的产品, 是非关系数据库当中功能最丰富,最 ...

NoSQL MongoDB 2.4.7发布. 2013-10-21 经过一个RC 之前版本是2013-08-20发布的2.4.6 其他产品线2.2.6 2.0.9 开发版2.5.3。

 

MongoDB是一个介于关系数据库和非关系数据库之间的产品, 是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的bjson格式,因此可以存储比较复杂的数据类型。 Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持 对数据建立索引。

它的特点是高性能、易部署、易使用,存储数据非常方便。主要功能特性有:

  • 面向集合存储,易存储对象类型的数据。
  • 模式自由。
  • 支持动态查询。
  • 支持完全索引,包含内部对象。
  • 支持查询。
  • 支持复制和故障恢复。
  • 使用高效的二进制数据存储,包括大型对象(如视频等)。
  • 自动处理碎片,以支持云计算层次的扩展性
  • 支持RUBY,PYTHON,JAVA,C++,PHP等多种语言。
  • 文件存储格式为BSON(一种JSON的扩展)
  • 可通过网络访问

完全改进:

Bug

  • [SERVER-6008] - numactl in debian init script seems to be problematic
  • [SERVER-9109] - initAndListen returns on ECONNABORTED
  • [SERVER-9501] - initial sync exception: 10083 create collection invalid size spec
  • [SERVER-9738] - mongos should set the CursorNotFound bit when the cursor is not found
  • [SERVER-9861] - MapReduceFinishCommand Memory Leak
  • [SERVER-9993] - config upgrade does not succeed if shard maxSize is not of type long
  • [SERVER-10261] - Disable SSL session caching on server to avoid Java driver SSL connection problems
  • [SERVER-10285] - Seg Fault when parsing Point using 2dsphere Indexes
  • [SERVER-10421] - geo_circle2a.js failed during parallel tests on V2.4 Linux 64-bit
  • [SERVER-10462] - Windows file locking related buildbot failures
  • [SERVER-10554] - memory leak in MutableDocument::setNestedField
  • [SERVER-10594] - slaveOk bit ignored for unsharded aggregate
  • [SERVER-11032] - Do not veto if "primary" is the node trying to be elected

Improvement

  • [SERVER-9907] - Allow to skip initial count() in mapreduce
  • [SERVER-10596] - V8 cache data is not cleaned up in connection after usage
  • [SERVER-11021] - cache dbhash results in mongod for config. collections

Sub-task

  • [SERVER-11006] - Enterprise rpm packages must change dependency from gsasl to cyrus-sasl

下载:32位 http://fastdl.mongodb.org/linux/mongodb-linux-i686-2.4.7.tgz

 64位 http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.7.tgz

源码 http://downloads.mongodb.org/src/mongodb-src-r2.4.7.tar.gz


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部