Re: Index optimize takes more than 40 minutes for 18M documents

2013-02-21 Thread Yandong Yao
Thans Walter for info, we will disable optimize then and do more testing. Regards, Yandong 2013/2/22 Walter Underwood > That seems fairly fast. We index about 3 million documents in about half > that time. We are probably limited by the time it takes to get the data > from MySQL. > > Don't opti

Re: Index optimize takes more than 40 minutes for 18M documents

2013-02-21 Thread Walter Underwood
That seems fairly fast. We index about 3 million documents in about half that time. We are probably limited by the time it takes to get the data from MySQL. Don't optimize. Solr automatically merges index segments as needed. Optimize forces a full merge. You'll probably never notice the differen