码迷,mamicode.com
首页 > Web开发 > 详细

lucene 索引文件大小分布_tim

时间:2017-04-05 16:02:39      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:term   sim   rms   文件   files   solr   function   bsp   user   

Hi,

I have index ~31G where
27% of the index size is .fdt files (8.5G)
20% - .fdx files (6.2G)
37% - .frq files (11.6G)
16% - .tim files (5G)

 

This is the term dictionary for 4.0‘s default codec (currently uses
BlockTree implementation)

.tim is the on-disk portion of the terms (similar in function to .tis
in previous releases)
.tip is the in-memory "terms index" (similar in function to .tii in
previous releases)

 

见:http://grokbase.com/t/lucene/solr-user/124ha4e1bb/solr-4-0-what-is-stored-in-tim-index-file-format

lucene 索引文件大小分布_tim

标签:term   sim   rms   文件   files   solr   function   bsp   user   

原文地址:http://www.cnblogs.com/bonelee/p/6669122.html

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