会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
勇往直前
有些路很远,走下去会很累,可是,不走,又会后悔。
博客园
首页
新随笔
联系
订阅
管理
2018年10月29日
index-document-shard
摘要: 1、index、shard、document理解: a.每个index包含有多个document,index采用数据路由将document存放在shard中, b.算法(数据路由): shard = hash(routing) % num(primary shard) routing的取值决定将数据存放于哪个shard中 routing一...
阅读全文
posted @ 2018-10-29 09:52 scwyfy
阅读(309)
评论(0)
推荐(0)
编辑
公告