Oracleインデックスの使い方
1028 ワード
, , , cbo, rbo, , , , 。
, , , , , , , 。 select or where 。
:
create index table1_idx01 on table1(t1)
create index table2_idx01 on table1(t2)
create index table3_idx01 on table1(t3)
tablespace , . GRANT DELETE, INSERT, SELECT, UPDATE ON . TO ;
select * from .
, , , , , , , 。
:
create unique index "scott"."empno_uniqueindex" on "scott"."emp"("empno") tablespace "system“
system scott emp empno empno_uniqueindex , scott