TDMapsテーブルの履歴データは、あまりにも多くの領域を使用する可能性があります。古いデータをクリーンアップして領域を回復するには、定期的にTruncateHistorySPを実行します。 例えば、次のようになります。
call tdmaps.truncatehistorysp(date '2016-01-01', :numdeletedrows);
*** Procedure has been executed.
*** Warning: 3212: The stored procedure returned one or more result sets.
NumDeletedRows
--------------
35
*** ResultSet# 1 : 3 rows returned by "TDMAPS.TRUNCATEHISTORYSP".
Table NumRowsDeleted
-------------- --------------
ActionHistory 10
LogTbl 20
AnalyzeLogTbl 5