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

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1526 views
  • 0 likes
  • 3 in conversation