原文
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/preload-data-to-file-system-cache.html
index.store.preload: ["nvd", "dvd"]
简单理解就是Elasticsearch启动的时候通过配置项,将lucene底层文件加载到操作系统物理内存进行缓存,启动后加速内容检索。
主意事项,启动过程要加载文件到内存,启动时间会相对延长。
Elasticsearch 提供配置选项 `index.store.preload`,允许在启动时将 Lucene 底层文件加载到操作系统物理内存中,以提升启动后的内容检索速度。虽然这会增加启动时间,但能显著提高查询性能。
原文
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/preload-data-to-file-system-cache.html
index.store.preload: ["nvd", "dvd"]
简单理解就是Elasticsearch启动的时候通过配置项,将lucene底层文件加载到操作系统物理内存进行缓存,启动后加速内容检索。
主意事项,启动过程要加载文件到内存,启动时间会相对延长。
1169
1737
1895

被折叠的 条评论
为什么被折叠?
