Search found 23 matches

by Paul Preston
Mon Oct 13, 2003 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV table indices
Replies: 2
Views: 1470

Hi Stephan and all I naively assumed that specifying the primary key columns for a UV table meant that there would be an index on these key columns. When data volumes increased I noticed the performance deteriorated. Using the command line interface to examine the UV table I noticed no index so I cr...
by Paul Preston
Wed Sep 17, 2003 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The DataDirect ODBC Driver Warning
Replies: 3
Views: 2334

Two points on this. Firstly, Paul Young (my colleague) is well aware of the points raised so far about license. (We followed previous threads on this topic most caerfully) When Paul's code runs as job control there is no warning in the job log but when run as a function there is (regardless of the p...
by Paul Preston
Tue Aug 05, 2003 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: key expression in transformer
Replies: 7
Views: 2379

Hi when creating and using uv tables for use in lookups you specify which columns form the key. Please be aware that this does not mean that an index is created on those columns and if there are many rows in the uv table then performance will suffer. It is possible to create an index on the uv table...
by Paul Preston
Tue Jul 29, 2003 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: defunct and ghost jobs
Replies: 3
Views: 1645

Hello Ray we see both DSD.RUN and DSD.StageRun and lots of processes. Yes jobs and processes are reported as finished in Monitor. We are now capturing dsd,lockd log file but nothing is reported apart from normal start. We have changed interval for dsdlockd to 300. Still it seems that defunct process...
by Paul Preston
Mon Jul 28, 2003 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: defunct and ghost jobs
Replies: 3
Views: 1645

defunct and ghost jobs

We have 2 instances of a datastage job running simultaneously on a Sun Solaris server running Datstage 6.01. There are never more than 2 jobs running. When one job ends it starts another one running provided there are no more than 2 jobs running. All these jobs finish with no errors or warnings and ...
by Paul Preston
Wed May 21, 2003 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: where conditions in Hash
Replies: 4
Views: 1906

Ray thanks for pointing out that UV tables don't have indexes unless they are manually created. I had assumed (incorrectly) that checking columns to specify the key when the UV table is created by a Datastage job would put an index on these columns. As the data volume grew the performance dropped (p...
by Paul Preston
Thu Apr 03, 2003 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Write
Replies: 3
Views: 1854

Hello Jan yes. Use the following but make sure that the first column is marked as a key on the column definitions tab and use the following in column descriptions field AND NOTE THE USE THE DOUBLE SLASH in the second column description: /InvoiceRow/RowIdentifier/#PCDATA /InvoiceRow//RowFreeText/#PCD...
by Paul Preston
Wed Apr 02, 2003 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Write
Replies: 3
Views: 1854

assuming your flat csv file input is read into two fields put the following in the description fields of the XML writer stage and you should get what you want: /InvoiceRow/RowIdentifier/#PCDATA /InvoiceRow/RowIdentifier/RowFreeText/#PCDATA in the following output I have replaed the less than and gre...