Re: Poor memory performance over a large index

2005-06-16 Thread Chris Hostetter
: Strange, but opening a second IndexSearcher and running another query : consumes another 560M of RAM. : In our case the results are always sorted by some column(s). : The app is supposed to be a multithreaded multiuser environment. : At the begining the design was that each user session has its o

Poor memory performance over a large index

2005-06-16 Thread Stanislav Jordanov
We are in a similar situatuin. The index contains about 1,000,000 docs and its total size is 31G (note: Gigabytes, not Megabytes). The problem is not the search speed - it is the memory usage. Opening the first IndexSearcher and running a query consumes about 325M of RAM Strange, but opening a