Search found 4992 matches
- Fri Jul 21, 2006 9:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTPing a file to LAN
- Replies: 6
- Views: 1060
- Fri Jul 21, 2006 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataSet Vs Database
- Replies: 2
- Views: 763
The concept of pipeline parallelism means that the data is flowing across all stages. In your diagram, I don't see why the data won't be coming out of the source database while other data is already loading into the database. The exception would be if you introduced synchronization stages that cause...
- Fri Jul 21, 2006 7:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UserDefined SQL for inserting Timestamp in DB2
- Replies: 3
- Views: 1595
There is no internal DS Timestamp, only Date and Time. Try setting your metadata on the column to VARCHAR and seeing if it will load. Also, if using auto-generated SQL, look at the SQL DataStage writes when th data type is Timestamp. If it doesn't add any DB specific conversion functions, then it's ...
- Fri Jul 21, 2006 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: System level public hashed file sharing question
- Replies: 6
- Views: 1576
- Thu Jul 20, 2006 10:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inserted value too large for a column
- Replies: 2
- Views: 692
Welcome aboard! Why are you posting in the MetaData forum? This doesn't seem like a MetaStage question. To answer the question, your data is too big for the column. if the data type and size of the target column is VARCHAR(20), do you think you should be able to put more than 20 characters into that...
- Thu Jul 20, 2006 9:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: data transfer issue - is NFS a good solution
- Replies: 9
- Views: 2534
You're just simplifying the administration. For small files performance won't be that bad, but for big files you'll see it's just like FTP. For big files, compression and high-performance ftp or scp followed by local decompression can be faster, but it's more programming. I don't mind the compress, ...
- Thu Jul 20, 2006 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
- Thu Jul 20, 2006 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ds_loadlibrary error
- Replies: 8
- Views: 2663
- Thu Jul 20, 2006 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Efficient way of copying rows and dropping columns
- Replies: 4
- Views: 862
- Thu Jul 20, 2006 7:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
- Thu Jul 20, 2006 7:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job performance
- Replies: 8
- Views: 1879
The first question to be answered in performance tuning is: Are all available processing resources being utilized? In other words, if all of your cpus are busy for one hour, where would you go to get more processing completed? There's no cpu time available to do more work. So, use your unix environm...
- Thu Jul 20, 2006 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to decrease the retrieval time from database
- Replies: 5
- Views: 1402
If the expected output is 10 rows, then your problem is now the time it takes to fetch and move the data out of the database, but the time to construct the result set. Your solution is to tune the SQL. If the expected output is 100000000 rows, then your problem is probably the fact you're moving a l...
- Thu Jul 20, 2006 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
Welcome aboard. If your database supports creating functions, that's where you need to do it. DS Functions are only good inside DS. When DS issues the SQL to the souce/target database the SQL is in the hands of the database, any use of functions in the SQL must be valid within the database itself. I...
- Wed Jul 19, 2006 5:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase and Oracle errors
- Replies: 27
- Views: 9465
- Wed Jul 19, 2006 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sybase and Oracle errors
- Replies: 27
- Views: 9465