会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andyfan
记录我所热爱的一切, Python/C++/Linux...
博客园
首页
新随笔
联系
管理
2015年1月20日
elasticsearch 的filter cache (search 技术的冰山一角)
摘要: 当你发了一个query, 例如 select * from t where a=1; 那么他就会在a 这个field 上创建一个bitmap 的filter cache 用于记录a 这个field 的值是否为1, es 会维护这个cache, 对于符合a=1的document, bit 位会被设为...
阅读全文
posted @ 2015-01-20 11:09 zhifan
阅读(1344)
评论(0)
推荐(0)
公告