The LIBNAME Statement for Relational Databases |
Default value: | not enabled |
Valid in: | SAS/ACCESS LIBNAME statement |
DBMS support: | Teradata |
Syntax | |
Syntax Description | |
Details | |
See Also |
Syntax |
PREFETCH='unique_storename, [#sessions,algorithm]' |
is a unique name that you specify. This value names the Teradata macro that PreFetch creates to store selected SQL statements in the first run of a job. During subsequent runs of the job, SAS/ACCESS presubmits the stored SQL statements in parallel to the Teradata DBMS.
controls the number of statements that PreFetch submits in parallel to Teradata. A valid value is 1 through 9. If you do not specify a #sessions value, the default is 3.
specifies the algorithm that PreFetch uses to order the selected SQL statements. Currently, the only valid value is SEQUENTIAL.
Details |
Before using PreFetch, see the description for it in the Teradata section for more detailed information, including when and how the option enhances read performance of a job that is run more than once.
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.