MySQL Server has tons of variables which may be adjusted to change behavior or for performance purposes. They are documented in the…_key_write Delay updating indexes for MyISAM tables. Good for performance but tables will be badly corrupted on crash. delayed_insert…_len, ft_query_expansion_limit, ft_stopword_file FullText search related variables. As FullText currently works with MyISAM tables these are MyISAM…
Post: Sphinx search performance optimization: attribute-based filters
…: a) full text b) attributes Speaking in MySQL terms, Full text columns are always indexed …I would emphasize – while it is a neat performance optimization for highly selective attributes, this is … is orders of magnitude better than using a fulltext key. That being said, for highly selective columns…

