On Sat, Jul 7, 2007 at 8:19 PM, Chun Wei Ho wrote:
> We are currently running a search service with a single Lucene index
> of about 10 GB. We would like to find out:
>
> (a) What is the usual index size of everyone else? How large have
> Lucene index gone in prodution environments, and is there
Hi Chris,
Just 10-15% of the index size for the memory, how does it work?
It just look for in each segment merged ?
that's why when I commit it's getting slower ??
Thanks
chrislusf wrote:
>
> Not really suggestion but some points to consider.
> (a) Greatly depending on your hardware, espe
Not really suggestion but some points to consider.
(a) Greatly depending on your hardware, especially harddrive speed.
(b) Do you do SortBy? Each SortBy field will need an array in memory.
If no sortBy, reserve memory for about 10~15% of index size will be enough.
(c) Maybe try to split by index c