美文网首页
sphinx超级玄学

sphinx超级玄学

作者: keaidelele | 来源:发表于2018-07-10 16:15 被阅读14次

终于知道为什么兄得去年做表的时候叮嘱我一定要加上主键自增长id了
因为sphinx配置文件里面 sql_query 默认第一个变量是主键,否则它会报错= =

e.g.:

sql_query = SELECT cdd_id,pro,cdd_no,identity,length,p_start,p_end,s_start,s_end,evalue from cdd

cdd_id 就是主键,不能缺少它。

相关文章

网友评论

      本文标题:sphinx超级玄学

      本文链接:https://www.haomeiwen.com/subject/yufqpftx.html