How does loading behaviour impact billing?

Daton supports loading data in three methods -

  1. Append

    1. In this loading mode any data that is extracted is appended to the table in the warehouse.

  2. Upsert

    1. In this loading mode any data that is extracted is updated or inserted into the table in the warehouse provided primary keys are selected for the tables. If primary keys are not selected, Upsert behaves like Append

  3. Truncate and Load

    1. In this loading mode any data that is extracted is loaded into the table in the warehouse after truncating the contents of the tables.

Last updated