I am trying to load a MS-SQL server table to CAS via Proc Casutil Load. The table has more than 100000 records with 2 columns of type NVARCHAR(MAX) which are really big string variables. The load table takes around 4hrs to complete. My environment has 5 worker nodes each of 1TB.
What are the options I have to speed up the load ?
You could use numReadNodes=0 to ensure you're using all your workers for multi-node data transfer and then also look into sliceColumn= and sliceExpressions= in order to get evenly distributed data.
And I forgot to mention readBuff= . You might have to do some testing to figure out the optimal number of rows to fetch in one go.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →