Hi Marcin, This is because when you do the replication, all the caches are rebuild cause the index has changed, so the searchs performance decrease. You can change your architecture to a multicore one to reduce the impact of the replication. Using two cores, one to do the replication, and other to search, when the replication is done, do a swap of the cores so the caches are updated all the time.
Regards Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/4/9 Marcin <[email protected]> > Hi guys, > > I have noticed that Master/Slave replication process is slowing down slave > read/search performance during replication being done. > > > please help > cheers >
