On Sun, Aug 9, 2009 at 08:38, Jason
Rutherglen<jason.rutherg...@gmail.com> wrote:
>> You don't have to copy. You can have one machine optimize your indexes
>> whilst other serves user requests, then they switch roles, rinse,
>> repeat. This approach also works with sharding, and more than 2-way
>> mirroring.
>
> What does the un-optimized server do after the other server is
> optimized? The search requests go to the newly optimized server,
> however if we're mirroring, the 2nd server now needs the
> optimized index as well?
>
The second server now stops servicing requests and starts optimizing.
You can also keep them running together for some time, depending on
how you're serious about always running on optimized index.

-- 
Kirill Zakharenko/Кирилл Захаренко (ear...@gmail.com)
Home / Mobile: +7 (495) 683-567-4 / +7 (903) 5-888-423
ICQ: 104465785

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to