oracle海量数据加快创建索引速度

来源:互联网 发布:叫卖录音制作软件 编辑:程序博客网 时间:2024/06/05 09:30
create index test_table1_indx1 on test_table1(id1) tablespace test_index nologging parallel 4;
原创粉丝点击