在PHP的Sphinx擴展中,可以通過以下方式設(shè)置緩存:
$client = new SphinxClient();
$client->SetArrayResult(true);
$client->SetMatchMode(SPH_MATCH_EXTENDED2);
searchd_connection_timeout = 10
searchd_connection_cache = 10
searchd_client_timeout = 300
searchd_client_buffer = 256K
通過以上設(shè)置,可以有效地控制緩存的大小和生存時間,以提高Sphinx搜索的性能和效率。