Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想每次删除时都必须有一个自动重新索引。如果对许多表有太多的删除导致许多记录被删除,那么重新索引也会很耗时。
有没有办法在删除记录时避免重新索引(因为它稍后在批处理模式下完成)?
删除后没有自动重新索引(在任何主流 RDBMS 上)。
更新统计信息(前提是它们没有关闭)。
重新编制索引通常是一项长时间的操作,在维护窗口期间执行。