|
|
Archives of the TeradataForum
Message Posted: Tue, 02 May 2006 @ 09:49:14 GMT
Subj: | | Re: Performance difference between Macro vs. BTEQ |
|
From: | | Singh, Manish Kumar |
Hi,
The macro is nothing but collection of SQLs that are put together for convenience..theres no performance benefit in BTEQ or Macro.
The only difference is all the locks in Macro are not released unless the last SQL is done whereas in plain BTEQ SQL,(if same SQLs are stored
in a flat file and executed from BTEQ), all the SQLs are independent (in terms of locking)
Manish
| |