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.
我了解批量插入会忽略索引。如果我有一个 1 亿条记录表,并且每天使用 Bulk Insert 插入 30-50k 条记录,那么每周重建索引与每天重建索引会有很大区别吗?
大容量插入更新索引就像 SQLServer 中的普通插入一样。它不会忽略它们。
重建索引就像对磁盘进行碎片整理。使用 50k 插入,每周重建是慷慨的。每月应该没问题。