标签:
index.cache.filter.type:类型 resident,soft,weak或node(默认值)
index.cache.filter.max_size:存储到缓存中的最大纪录数,默认为-1,应用于指定索引的某个分片的某个索引段上;
index.cache.filter.expire:指定过滤器缓存中记录的过期时间,默认为-1,60m代表60分钟;
应用于给定节点的所有分片,可以利用下边的参数设置缓存的大小:
indices.cache.filter.size:可以使用百分数 1% 占用当前最大堆内存的百分比,也可以设置数字 如 1024mb
移除策略:LRU
字段数据缓存在我们涉及到 切面计算 或 基于字段数据排序使用
做法:加载相关字段的全部数据到内存中。
index.fielddata.cache.type:同上
index.fielddata.cache.size:同上
index.fielddata.cache.expire:同上
标签:
原文地址:http://www.cnblogs.com/zhangxiaoguang/p/es_segments_cache.html