Skip to main content

Community

Transformations: Insert only operation

Answered

Please sign in to leave a comment.

Comments

3 comments

  • Official comment

    Hey Subbarao,

    Interesting idea! What would be the difference in cost to your team with support for purely append-only?

    Jimmy

    This would be a great addition to Fivetran product, especially for high-volume immutable data!

     

    > Interesting idea! What would be the difference in cost to your team with support for purely append-only?

    Jimmy for destinations like Snowflake, it could make a massive difference in the compute required to process inserts in comparison with merges/upserts (typically expensive operations), and that would certainly reflect in the overall warehousing costs for these connectors.

    This would be extremely valuable for our team, in particular if the append-only mode included a `_fivetran_change_type` (insert, update, delete) column such that it represented an append-only replica of a change feed.