Description
The test returns status "red" if the PSA table has the followingfeatures: Otherwise, the status is "green". Repair Offline reorganization creates and stores a compression dictionary andcompresses all existing rows in the table. The INSPECT command uses a sampling technology to estimate the amount ofdisk space that can be saved and to create and store a compressiondictionary. Existing data is not compressed but data that will beinserted or updated in the future will be compressed. INSPECT is muchfaster than offline reorganization because it only processes a sample ofthe data. You are prompted if you want to run offline reorganization or INSPECT. The RSADMIN parameter DB6_ROW_COMPRESSION controls whether InfoCube andaggregate fact tables, DataStore object tables and PSA tables arecreated with data row compression enabled. Data rows can only be compressed if you have created a compressiondictionary. You need to load at least a small amount of data (1 MB perdatabase partition on which the table resides) before a compressiondictionary can be created. If you create the compression dictionary witha larger data volume, the compression factor might be higher. The standard procedure in SAP NetWeaver 2004s is as follows: The data rows of very narrow tables might be too small to be compressed.In this case, the job log of the offline reorganization contains the SQLwarning -2220 "The compression dictionary was not built for one or moredata objects". The INSPECT job log contains the message "No dictionarycan be built for DAT object as no eligible rows were found". You cannotuse data row compression for these tables. We recommend that you disabledata row compression manually for them at the database level with theALTER TABLE statement. |