Elasticsearch and MongoDb

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三个缺点,也是不能作为数据库的三点

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。