Schema changes - IBM

文章推薦指數: 80 %
投票人數:10人

In order to maintain the integrity of the relationship between the system-period temporal table and its associated history table, only certain changes to ... Schemachanges Inordertomaintaintheintegrityoftherelationship betweenthesystem-periodtemporaltableanditsassociatedhistory table,onlycertainchangestotheschemaofasystem-periodtemporal tablearepermitted.Anychangesthatwouldresultinthelossof dataarerestricted. Youcanmakethefollowingchangestoyoursystem-periodtemporal tables.Thesechangesareimplicitlypropagatedtotheassociated historytableifyouhavetheappropriateprivileges.Thesechanges cannotbeexplicitlymadetothehistorytable. ADDCOLUMN(exceptgeneratedcolumns) RENAMECOLUMN ALTERCOLUMN(incaseswherenohistorydataislost).Forexample, alteringthedatatypeofacolumnfromVARCHAR(50)toVARCHAR(100), orfromINTEGERtoDECIMALispermitted.However,thereversechange fromVARCHAR(100)toVARCHAR(50),orfromDECIMALtoINTEGERisblocked becauseitwouldreducethelengthorprecisionofacolumnandlikely causealossofdata. Youcannotmakethefollowingchangestoyoursystem-periodtemporal tablesbecausedatawouldlikelybelost: DROPCOLUMN ADDCOLUMN(generated) ALTERCOLUMN(incaseswherehistorydatamightbelost).For example,alteringthedatatypeofacolumnfromVARCHAR(50)toVARCHAR(100), orfromINTEGERtoDECIMALispermitted.However,thereversechange fromVARCHAR(100)toVARCHAR(50),orfromDECIMALtoINTEGERisblocked becauseitwouldreducethelengthorprecisionofacolumn. Versioningestablishesalinkbetweenyoursystem-periodtemporal tableanditsassociatedhistorytable.Whenversioningisactive, certainALTERTABLEoperationsareblockedonsystem-periodtemporal tablesandhistorytables. ALTERTABLEDROPPERIOD ALTERTABLEADDMATERIALIZED ALTERTABLEACTIVATENOTLOGGEDINITIALLY ALTERTABLEADDSECURITYPOLICY ALTERTABLEDROPSECURITYPOLICY ALTERTABLESECUREDWITHALTER ALTER TABLEoperationsthatarenotshowninthepreviouslistaresupported, butarenotpropagatedfromasystem-periodtemporaltabletoits historytable. Additionally,RENAMEINDEXandRENAMETABLEaresupported,but arenotpropagatedfromasystem-periodtemporaltabletoitshistory table. Parenttopic:System-periodtemporaltables



請為這篇文章評分?