…table name mysql> use information_schema; Database changed mysql> select count(*) from table_statistics\G ERROR 1064 (42000): You have an error in your SQL…
Post: Sphinx search performance optimization: multi-threaded search
… require any changes to your application or database whatsoever, it is only a matter … such as ranking, ordering or even COUNT with GROUP BY and if data …server with the following basic configuration (many irrelevant details omitted): source src1 { type = mysql sql_query = SELECT id, text FROM table…

