码迷,mamicode.com
首页 > 其他好文 > 详细

elasticsearch 相关

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

标签:blog   c   http   a   art   html   

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 相关

标签:blog   c   http   a   art   html   

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

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