Database Inserts
If Lobster_data is intended to be used as a kind of ETL tool, i.e. you want to move large volumes of data from one database to another, then database phase 4 is not necessarily the fastest way. There is a special Integration Unit for this, namely the SqlBulkUnit. In some cases, this allows the source data to be inserted in the target database directly, without mapping. And even with mapping, the Integration Unit is still several times faster than phase 4.