… is indexes. If you add multiple multi-column indexes the difference with InnoDB will be even more notable. Also it allows multiple clustering indexes… 3.x and 4.x). It really shines on large tables and index scan like queries.
Post: Sphinx search performance optimization: multi-threaded search
…): source src1 { type = mysql sql_query = SELECT id, text FROM table } index idx1 { type = plain source = src1 } searchd { dist_threads = 0 # default… table WHERE id % 3 = 2; } index idx1_template { type = plain source = src1 } index idx1p0 : idx1_template { source = src1p0 } index idx1p1 : idx1_template { source = src1p1 } index…

