BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
EinarRoed
Pyrite | Level 9

Regarding the Table Loader transformation in DI Studio. I have some difficulty understanding when the constraint conditions should be set to Before Load, and when they should be set to After Load. Are any of you able to explain this to me, or give me a good rule-of-thumb about it? I know the job runs much quicker when the constraint conditions are set After Load, but I don't want to risk anything by always doing it that way. So basically, when should I set constraint conditions Before Load, and why?

Thanks for your time. Smiley Happy

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

Hard to give a rule of thumb, it all depends on your data, data cleansing, data model etc.

How do you intend to use constraints?

If you use the ETL process to cleanse your data in most of the aspects that you can think, any constraint will be used as extra security, and not often triggered during load. Then it could be wise to apply constraints after load.

What you risk is by applying after load, is that non consistent data may be loaded/updated in the target table, and you need to figure out how to roll those inserts/updates out.

Another aspect is data volume vs the load window, is performance an issue?

If not, you could have constraints applied permanently.

Data never sleeps

View solution in original post

1 REPLY 1
LinusH
Tourmaline | Level 20

Hard to give a rule of thumb, it all depends on your data, data cleansing, data model etc.

How do you intend to use constraints?

If you use the ETL process to cleanse your data in most of the aspects that you can think, any constraint will be used as extra security, and not often triggered during load. Then it could be wise to apply constraints after load.

What you risk is by applying after load, is that non consistent data may be loaded/updated in the target table, and you need to figure out how to roll those inserts/updates out.

Another aspect is data volume vs the load window, is performance an issue?

If not, you could have constraints applied permanently.

Data never sleeps

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1072 views
  • 0 likes
  • 2 in conversation