简体   繁体   中英

Best Practice For updating Target Table In Informatica

what is the best way to implement an update into the target table?:

-using update strategy in designer part OR using Update Method in Session Properties

I should use update strategy. There are some differences and some similarities.
Similarities -

  1. Performance - Identical performance. The Index(s) on the target matters in case of update.
  2. Define Key columns in Target. You have to do this for both strategies.

But there are some differences which gives more power to Update strategy -

  1. Flexibility - You can create logic for insert,update, delete,ignore.
  2. Future usage - An update strategy can be used to implement any logic in future.

Alternately, update in session property will give you a cleaner session log but thats all:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM