Version 2023.1.0

This topic provides a list of changes released for this product.

Table 1. Enhancements and New FeaturesThe following enhancements and new features have been added.
Description Tracking ID
You can now mark some of the data records as deleted without permanently erasing the data records from the database. This feature is called Soft Delete.

This feature enables you to:

  • Restore the data that is deleted.
  • Track the data that is marked as deleted or purged from the database. Also, track the data updates and inserts.
  • Avoid cascade delete (unintended data deletion) and ensure referential integrity (data accuracy and consistency) in the database.
  • Manage the data deletion in the most controlled and organized way that minimizes the risk of data loss.

Each record contains information about operation type (optype) that is performed on a table or for an incoming record in a table is indicated with the value insert, or update, or delete. You can filter the data using the optype field in the BI reports and dashboards that retrieve MDC data through OData and Parquet exports.

F65186