码迷,mamicode.com
首页 > 数据库 > 详细

Elasticsearch and MongoDb

时间:2015-03-05 19:19:01      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

http://www.linkedin.com/groups/Difference-between-elasticsearch-MongoDB-3393294.S.5887644059169730563

But you need to consider: Elasticsearch is an index/search engine not a database, there is also no inbuild security (like password protection or access rights). We tried a while to use it "as database", but the problem arrives when you have to update many fields (there is since a long time a request o support "update by query" on github) or when you want to change the schema/mapping - you need to delete the data or reindex the data, which can be a long process when you got many records.

上面三处红线,列出了Elasticsearch三个缺点,也是不能作为数据库的三点

Elasticsearch and MongoDb

标签:

原文地址:http://www.cnblogs.com/SamuelSun/p/4316330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!