_KeyEvt table maintenance
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
_KeyEvt table maintenance
Maintenance on the _KeyEvt table treats the
table like a standard table. The following actions are allowed:
-
Table move — Move the
_KeyEvttable to a new area with PROUTIL TABLEMOVE. - Truncate area — Quickly and efficiently delete all the data in the
_KeyEvttables and indexes with PROUTIL TRUNCATE AREA. - Truncate table — Truncate the data in the
_KeyEvttables and indexes, and optionally move them to a new area with PROUTIL TRUNCATE TABLE. -
Index move — Move a
_KeyEvttable index with PROUTIL IDXMOVE. -
Record deletion — Records in the
_KeyEvttable can be deleted with standard 4GL and SQL statements.