Home > Database > Mysql Tutorial > MongoDB 2.8 变化之工具篇

MongoDB 2.8 变化之工具篇

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:41:04
Original
1250 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:
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
Latest Issues
mongodb start
From 1970-01-01 08:00:00
0
0
0
linux - ubuntu14 error installing mongodb
From 1970-01-01 08:00:00
0
0
0
Use of symfony2 mongodb
From 1970-01-01 08:00:00
0
0
0
mongodb _id rename
From 1970-01-01 08:00:00
0
0
0
Parameter understanding of mongodb
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template