Hi all, I work with SAS DI Studio 4.2. and I am currently reading through some high level papers on SAS Performance. These are talking about increasing SQL Join performance by ordering columns the right way - so, what IS the right way to order columns? Let's say there are 2 tables each containing 80 columns and I need to join them by 3 columns #2, #44 and #78. Do I change #2, #44 and #78 to columns #1,#2,#3 before joining? Another question is about "in job parallelization" - let's say there is 1 Job containing 1 source table, 2 Extracts based on the source table, 1 Append that appends the results of the 2 Extracts and a Table Loader that writes the data into another table. How would I - make the 2 Extracts work in parallel via DI Studio - make this work without blocking the source table Thanks a lot, th
... View more