2

To export data to an external Azure database using


When using DMF to perform a 'Full push only' export of an entity with a large number of records to an external database (BYOD) - example General Ledger, if the table has already been populated with data the DMF export job runs a sql delete on each row on the table before exporting the new data to the table. This approach of row by row delete is very slow and does not scale when there are a large number of rows to export.


Note that incremental export of data is not always an option in this type of scenario.


The request is to add a 'Truncate' option on the full DMF export for the entity. This would remove this performance bottleneck and significantly reduce the time for the data to export to the BYOD.

Category: Data Management
STATUS DETAILS
New