分区索引
摘要:
分区索引表分为一全局索引二局部索引全局索引和普通建索引的方式无异,而局部索引需要前加local关键字。如全局索引 create index aa on table1(id) ---全局索引局部索引 create index bb on table2(id) local;全局索引可以理解为普通索引局部... 阅读全文
posted @ 2014-06-05 17:27 todayiwillgo 阅读(346) 评论(0) 推荐(0)
浙公网安备 33010602011771号