Purging a Siebel EIM Table
When purging data from an EIM table, use the TRUNCATE
command as opposed to the DELETE
command. The TRUNCATE
command releases the data blocks and resets the
high water mark while the DELETE
command does not,
which causes additional blocks to be read during processing. Also,
be sure to drop and recreate the indexes on the EIM table to release
the empty blocks.