首页 > 其他 > 详细

elasticsearch 相关

时间:2014-05-14 03:22:21      阅读:411      评论:0      收藏:0      [点我收藏+]

1、对elsasticsearch index的解释,What exactly is an index in Elasticsearch ?

basic definition

An index is defined as:

An index is like a ‘database’ in a relational database. It has a mapping which defines multiple types.
An index is a logical namespace which maps to one or more primary shards and can have zero or more replica shards.

Ok. So there are two concepts in that definition. First, an index is some type of data organization mechanism, allowing the user to partition data a certain way. The second concept relates to replicas and shards, the mechanism Elasticsearch uses to distribute data around the cluster.

Let’s explore the first concept, using indices to organize data.

文章详细内容见此博文:http://www.elasticsearch.org/blog/what-is-an-elasticsearch-index/

 

 

elasticsearch 相关,布布扣,bubuko.com

elasticsearch 相关

原文:http://www.cnblogs.com/argb/p/3721981.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!