Set the Delete Interval

The DeleteFromMecLogInterval property setting controls the size of data to delete from MecLog at a given time.

Use this property settings to tune the relationship between these delete transactions:

  • One big, fast, and transaction-log-consuming delete transaction.

  • Several small, but more time consuming delete transactions that will require less transaction log space.

Use this procedure to set the DeleteFromMecLogIntervall property.

  1. On the EC Configuration page, click the Edit Properties. link.
  2. In the Application Defined Properties list, scroll down to Other group and expand the view.
  3. Click the value across the DeleteFromMecLogInterval property.
  4. On the Edit Property window, specify an integer in microsecond format.

    The default format is 24H and the default value is 86400000, or the equivalent of 24-hours.

    Note: 

    If a user deletes one week's worth of log from the GUI, EC will perform seven separate delete operations.

  5. Click Update Property.
  6. Save the changes.