Diagnosis Objects are counted during the course of a day in table TUCNTRAW. Inthis table there is one record per object, day and work process. (Everywork process has its own record, in order to avoid database locks.) The records from table TUCNTRAW are consoliated every day: the countersare added together using work processes and written to table TUCNT. Theold records are deleted from table TUCNTRAW. The main reason for thisconsolidation is to save space in the database. This consolidation has been successfully run. |