摘要:
组合索引的前缀和单列索引一致,走INDEX RANGE SCAN drop table TX1 purge; create table TX1 as select * from dba_objects; SQL> select count(*) from (select distinct objec 阅读全文
posted @ 2020-05-07 23:58
InnoLeo
阅读(272)
评论(0)
推荐(0)
摘要:
问题同时取最大和最小导到效率变低 测试 1.分别取最大和最小 drop table TX1 purge; create table TX1 as select * from dba_objects; update TX1 set object_id=rownum; commit; alter tab 阅读全文
posted @ 2020-05-07 23:41
InnoLeo
阅读(567)
评论(0)
推荐(0)
浙公网安备 33010602011771号