understanding TWT connection in Netezza

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

understanding TWT connection in Netezza

Post 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?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Netezza uses temporary work tables (TWT). Is that what is unclear?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Post 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?
Post Reply