数据量过大致使索引添加缓慢

 create index indexname on tablename(filedname)  PARALLEL 2;索引

 

在添加索引的语句末尾添加 PARALLEL 2; 尝试table

相关文章
相关标签/搜索