Home > Database > Mysql Tutorial > body text

MongoDB 2.8 变化之工具篇

WBOY
Release: 2016-06-07 16:41:04
Original
1208 people have browsed it

MongoDB 2.8最大的变化当数插件式的存储引擎,总算是迈出了一大步。另一个变化是mongodb 工具类的实现的变化。 mongodb工具有bsondump,mongoexport,mongoimport,mongostat,mongodump,mongofiles,mongorestore,mongotop 2.8版本中全部采用golang实现,之前为c

MongoDB 2.8最大的变化当数插件式的存储引擎,总算是迈出了一大步。另一个变化是mongodb 工具类的实现的变化。
mongodb工具有bsondump,mongoexport,mongoimport,mongostat,mongodump,mongofiles,mongorestore,mongotop
2.8版本中全部采用golang实现,之前为c++,并且从server代码库中独立出来。原因/好处有以下几点:
1.并发改进。golang的并发性更好。
2.方便维护。代码独立,且工具类的代码与server的代码相关性不大,独立出来更方便维护。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template