On 6/26/07, James liu <[EMAIL PROTECTED]> wrote:
thks mike,,,the second question is how to calc the ram size i should have when i wanna index reside completely in RAM.
It's fairly specific to the collection... index a bunch of documents and see how much space it takes up. Make sure to do a lot of them because the index normally grows sub-linearly. Then subtract the size the JVM is taking from the amount of RAM on the box. -Yonik