Skip to content
  • Thirunarayanan B's avatar
    f64bc455
    Bug #17657223 EXCESSIVE TEMPORARY FILE USAGE IN ALTER TABLE · f64bc455
    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)
    f64bc455
    Bug #17657223 EXCESSIVE TEMPORARY FILE USAGE IN ALTER TABLE
    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)
Loading