1.所查询的表的条件列没有索引: 2.需要返回所有的行: 3.对索引主列有条件限制,但是使用了函数,则Oracle 使用全表扫描,如: where upper(city)=’TOKYO’; 这样的语句不会使用索引方法.所以就只能全表扫描. 4.带有 is null 和is not null 及 != 等子句.如: . . . where city is null ; . . . where city is not null; . . . where city != ‘TOKYO’;
在重启Confluence应用时,突然遇见这个检查错误,查询总结需要修改Mysql数据库的所有字符编码和排序编码,报错如下: Confluence Help – This installation of Confluence has failed one or more bootstrap configuration checks. Please check the logs for details. 修改数据库.表.列.外键字符编码和排序编码 设置数据库字符编码为utf8,排序编码utf8_b