…. In general, there is no ordering implied between events, because multi-threaded slave may put events in a different order on one… of events missing. Well, if the user is not using multi-threaded slave, perhaps the notion of “last executed” and “specific point…
Post: Sphinx search performance optimization: multi-threaded search
… is done by the aggregator and therefore it is single-threaded. Merging includes some CPU-intensive operations such as ranking, ordering… FROM table } index idx1 { type = plain source = src1 } searchd { dist_threads = 0 # default } And now we want it to utilize 3… { type = distributed local = idx1p0 local = idx1p1 local = idx1p2 } searchd { dist_threads = 3 } And you’re done. Of course, you need to…

