… (together with other interactions – memcache, remote sites etc) is a key to understanding what causes performance issues. If you have slow queries… is) – it is however perfectly possible to get bad performance with MySQL responsible for large portion of response time without any slow…
Post: Sphinx search performance optimization: multi-threaded search
…, so you don’t need to pretend you are querying remote nodes. Also, you get a bonus: once you configure server… following basic configuration (many irrelevant details omitted): source src1 { type = mysql sql_query = SELECT id, text FROM table } index idx1 { type…’s how we would change the configuration: source src1 { type = mysql sql_query = SELECT id, text FROM table } source src1p0 : src1…

