MongoDB 4.0.2 发布,分布式文档存储数据库

栏目: 软件资讯 · 发布时间: 7年前

内容简介:MongoDB 4.0.2 已发布,主要更新内容如下: SERVER-35720: Allow zones to be created on non-existent collection SERVER-35441: drop/dropDatabase does not cleanup config.tags SERVER-36102: Create initial...

MongoDB 4.0.2 已发布,主要更新内容如下:

  • SERVER-35720: Allow zones to be created on non-existent collection

  • SERVER-35441: drop/dropDatabase does not cleanup config.tags

  • SERVER-36102: Create initial chunks on appropriate shards for zoned sharding

  • SERVER-36070: Aggregation with $out results in error when Auditing is enabled

  • SERVER-34846: Covered index with collated field returns incorrect result when collation not involved in match or sort

  • SERVER-34664: Commands that are unsupported in a transaction should error

更多细节可查阅:

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

下载地址:

https://www.mongodb.com/download-center


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Ruby on Rails Tutorial

Ruby on Rails Tutorial

Michael Hartl / Addison-Wesley Professional / 2012-8-6 / USD 44.99

"Ruby on Rails(TM) Tutorial by Michael Hartl has become a must-read for developers learning how to build Rails apps." -Peter Cooper, Editor of Ruby Inside Using Rails, developers can build web applica......一起来看看 《Ruby on Rails Tutorial》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具