BookmarkSubscribeRSS Feed
india2016
Pyrite | Level 9

hi all,

   Actually I want to minimise the process time for my ETL.How can I minimise that time?

 

We are using left joins and sort In ETL.

and we are working on some variable which are in HINDI language so is it take more time than english variables?

 

what I should change that will reduce process time ?

 

Thanks in Advance

5 REPLIES 5
RahulG
Barite | Level 11

You have to wisely use your transform. For example, you said you are using left join and sort.

1.You can avoid Sort transform by using order by in SQL Join transform. 

2. You need to careful about your sql see if they are too many case when try to get off with the help of where

3. In where clause, you should choose right set of columns

 

I liked it somebody using SAS in hindi language. Thats great.

I do not think variable name in hindi would make any difference.

india2016
Pyrite | Level 9

Are you sure that,hindi would not make any difference?

because I can remove that variable(unnecessary variable). 

india2016
Pyrite | Level 9
Thank you very much.
india2016
Pyrite | Level 9

what should I use?

 

"Case" or "If then"? To reduce process time?

LinusH
Tourmaline | Level 20
Agree with @RahulG that hindi itself shouldn't affect processing time. Be sure though that you have the same encoding in your SAS session to avoid transcoding.
Efficient programming is covered in a SAS training with that same name.
If you are experiencing problems in a specific job, post more information about data volumes and structure, server configuration/topology etc.
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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 1057 views
  • 2 likes
  • 3 in conversation