Reduce the size of the MPE_AUDIT table #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently when loading an audit table we include the entire row - including values that have not changed.
This can result in very large audit tables!
To limit the data / volume / keep it manageable, the default option should be to exclude data where
MOVE_TYPE="M" and IS_DIFF=0
.We will continue to post the full record for
MOVE_TYPE="A" or MOVE_TYPE="D"
(added/deleted) so that the table state can still be reproduced from the starting table, or reverted back from a modified table.