1.卸载并重新建立索引; 2.使用drop_existing子句重建索引; 3.在索引上执行 alter index rebuild语句;(能够完全清除碎片) (解释:如果使用 alter index rebuild all on 表名 ,将删除表中的所有索引,然后在单个事务中重新生成。 ) 4.在索引上执行 alter index reorganize语句; 优缺点分析: 相关文章: