我有以下问题: 我尝试在2台服务器上使用相同数据和相同配置索引相同表。
首先是本地机器(不太好)。 其次是亚马逊EC2通用M1媒体报道。
搜索结果差异几乎两倍:
本地:
collected 84208 docs, 7.6 MB
sorted 54.9 Mhits, 100.0% done
total 84208 docs, 7646878 bytes
total 27.188 sec, 281252 bytes/sec, 3097.17 docs/sec
total 3 reads, 0.177 sec, 99835.0 kb/call avg, 59.2 msec/call avg
total 1013 writes, 7.735 sec, 679.4 kb/call avg, 7.6 msec/call avg
亚马逊:
collected 84208 docs, 7.6 MB
sorted 54.9 Mhits, 100.0% done
total 84208 docs, 7646878 bytes
total 52.111 sec, 146740 bytes/sec, 1615.92 docs/sec
total 3 reads, 1.270 sec, 99833.9 kb/call avg, 423.4 msec/call avg
total 1010 writes, 6.980 sec, 680.8 kb/call avg, 6.9 msec/call avg
有没有人知道这些结果可能是什么原因? 我是否需要在Amazon上为Sphinx服务器运行某些特定选项?