-
Thirunarayanan B authored
Analysis: Temporary file usage during alter table operation can be avoided during clustered index rebuild when new primary key follow existing pk order. So it will reduce the file usage during clustered index rebuild. Delaying the temporary file creation and log file creation for alter table operation will lead to avoid the file creation for smaller tables. Approved by marko, shaohua (rb-4788)
Thirunarayanan B authoredAnalysis: Temporary file usage during alter table operation can be avoided during clustered index rebuild when new primary key follow existing pk order. So it will reduce the file usage during clustered index rebuild. Delaying the temporary file creation and log file creation for alter table operation will lead to avoid the file creation for smaller tables. Approved by marko, shaohua (rb-4788)
Loading