On 6 October 2012 21:53, nitin malhotra <nitin.rs...@gmail.com> wrote: > Hi, > > The catalogue views are of dynamic fashion and a fresh update and index > creation can bring in a change in the distribution of the product / records > from one view set to another. There can be modifications for every index > refresh. In such a case is the multi core option suitable to be used ? [...]
* With the multi-core solution, my best guess is that you would want one core per catalogue view. Thus, you would need to reindex all products in each core (catalogue view) that was changed. * With a single index of all products, using say a product SKU as the index, you could reindex only the affected products. So in this scenario, the muti-core option is probably not the better solution. Regards, Gora