Page 1 of 1

understanding TWT connection in Netezza

Posted: Fri Nov 14, 2014 1:08 am
by vamsi.4a6
INSERT INTO [[table]]
(col1,
col2,
col3)
SELECT
col1,
col2,
col3
FROM DB1..[[twt]]


I am not able to understand above query in netezza connector.sql query is mentioned in user_definedsql.Properties are mentioned for
TWT connection also.


Could anybody explain above query how it will work?

Posted: Fri Nov 14, 2014 3:34 am
by ray.wurlod
Netezza uses temporary work tables (TWT). Is that what is unclear?

Posted: Fri Nov 14, 2014 4:37 am
by vamsi.4a6
1)My doubt is how [[table]] and [[twt]] will be selected.I have not define anyvalue for [[twt]] and [[table]].

2)What is the advantage of TWT in netezza which is not present in oracle database?