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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1064 views
  • 0 likes
  • 2 in conversation