索引查询测试

Posted vaio-430

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了索引查询测试相关的知识,希望对你有一定的参考价值。

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.field_id is not null;


select  b.org_code from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.table_cn_name=‘???и??‘;

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.data_status=‘1‘;

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.field_id is not null and b.data_status=‘1‘;

select  b.org_code,b.field_id from T_DIAG_DETAIL_INDEX b where b.org_code is not null and b.field_id is not null;
select  b.org_code from T_DIAG_DETAIL_INDEX b where b.org_code is not null;
select  b.field_id from T_DIAG_DETAIL_INDEX b where b.field_id is not null;
select  b.field_id from T_DIAG_DETAIL_INDEX b;

以上是关于索引查询测试的主要内容,如果未能解决你的问题,请参考以下文章

MySQL索引事务及存储引擎

MongoDB 覆盖索引查询

Apache Ignite 索引性能

数据库---视图,触发器,事务,存储过程 ,函数,流程控制, 索引与慢查询优化,测试索引,数据库三范式(简介)

在MySQL中is null, is not null对索引的影响【测试】

在数据库查询中不走索引的情况与压力测试