的MySQL +狮身人面像只有一个索引工作,而有的则没有
我已经创建了索引,下面是信息:的MySQL +狮身人面像只有一个索引工作,而有的则没有
indexing index 'acdphotos'... collected 0 docs, 0.0 MB
total 0 docs, 0 bytes
total 0.065 sec, 0 bytes/sec, 0.00 docs/sec
indexing index 'acdphotos_delta'...
collected 0 docs, 0.0 MB
total 0 docs, 0 bytes
total 0.033 sec, 0 bytes/sec, 0.00 docs/sec
indexing index 'acdusers'...
collected 11 docs, 0.0 MB
sorted 0.0 Mhits, 99.1% done
total 11 docs, 311 bytes
total 0.008 sec, 34736 bytes/sec, 1228.63 docs/sec
indexing index 'acdalbums'...
collected 0 docs, 0.0 MB
total 0 docs, 0 bytes
total 0.006 sec, 0 bytes/sec, 0.00 docs/sec
total 2 reads, 0.000 sec, 4.1 kb/call avg, 0.1 msec/call avg
total 19 writes, 0.001 sec, 1.2 kb/call avg, 0.0 msec/call avg
,但是当我试图寻找的东西,只有用户可以返回一些结果,而照片和相册什么都不返回.BTW,“acdphotos_delta”是基于“acdphotos”的增量索引。
回答:
看行:
collected 0 docs, 0.0 MB
这意味着什么也没有收录。 检查你的sql_query并确保它从数据库中获取一些数据。
以上是 的MySQL +狮身人面像只有一个索引工作,而有的则没有 的全部内容, 来源链接: utcz.com/qa/267170.html