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.
我有一张在生产中使用多年的表格,里面有大量数据。如果我增加索引列的列大小,我是否必须重建索引?
如果您谈论的是 VARCHAR2 列,则增加最大长度不会影响现有数据,ergo 也不会影响您的索引。
索引包含表中每一行的数据和 rowid 列。所以如果你增加索引列的长度,现有的索引不会受到影响。