BookmarkSubscribeRSS Feed
kajal_30
Quartz | Level 8

Hi Team,

Currently I have one SAS program which is loading one Netezza table for one month's data.

I would like to load same Netezza table with multiple month's data.

As one month's data is taking 2 hours alone. So is there a way we can load the table for various months in parallel ? For that I have 2 below question.

 

1. How can we trigger the same program multiple times in parallel having parameter month_date with different values.

2. Is it possible to load Netezza table in parallel.

 

Regards

Kajal

 

2 REPLIES 2
SASKiwi
PROC Star

Have you tried tuning your load program? Changing the number of rows specified on the INSERTBUFF option can have a major impact on performance.

 

To load data in parallel, just run multiple batch jobs at the same time each pointing to different month of data. 

LinusH
Tourmaline | Level 20

I guess (hope( this is an initial load activity, so maybe performance sin't critical?

Apart from tampering with INSERTBUFF, you could also investigate the bulkoad functionality.

Data never sleeps

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 326 views
  • 0 likes
  • 3 in conversation