The physical system limits are quite large, most likely limited by the amount of memory you have and disk space you allocate or point to in the configuration files.
The practical limits to file size are much smaller - think of how long it takes to build the lookup table.
Search found 15603 matches
- Fri Jul 20, 2007 7:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: max size of inmemory file/table
- Replies: 1
- Views: 511
- Fri Jul 20, 2007 7:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error_When_Opening_dataset
- Replies: 8
- Views: 1832
- Fri Jul 20, 2007 7:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Design Palette
- Replies: 1
- Views: 647
- Thu Jul 19, 2007 11:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in adding new project
- Replies: 2
- Views: 732
- Thu Jul 19, 2007 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation hangs forever
- Replies: 8
- Views: 1905
- Thu Jul 19, 2007 11:11 pm
- Forum: General
- Topic: How datastage works
- Replies: 4
- Views: 2944
- Thu Jul 19, 2007 10:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation hangs forever
- Replies: 8
- Views: 1905
- Thu Jul 19, 2007 10:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in record Extraction
- Replies: 12
- Views: 2701
I like using the command line tool orchadmin ll {dataset} ; that gives me the number of records per partition, total bytes, etc.
You could try to get a 2nd opinion on the number of the records in the dataset.
You could try
Code: Select all
orchadmin dump {DataSet} | wc -l- Thu Jul 19, 2007 10:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Taking care of PST and PDT timezones in datastage
- Replies: 2
- Views: 817
"Time" contains no notion of time zone, so there is no actual patch possible for this issue. You need to know what your source time location is (Standard) and then use the daylight savings rules for switching between PDT and PST to convert to appropriate "local time". If your UNIX server is setup co...
- Thu Jul 19, 2007 10:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in record Extraction
- Replies: 12
- Views: 2701
- Thu Jul 19, 2007 10:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation hangs forever
- Replies: 8
- Views: 1905
Transform PX stages can take a long time to generate and compile. On some systems the C++ compiler has a concurrent user limit, so you not only need to wait the time for the compile but you might also be waiting for someone else to finish using a C++ license. I have waited 10-15 minutes for a compil...
- Thu Jul 19, 2007 8:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Open Command in Oracle Enterprise stage
- Replies: 5
- Views: 1268
- Thu Jul 19, 2007 7:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nullability changes during Metadata import
- Replies: 3
- Views: 825
So you have a column that, according to the DDL in the database, is NOT NULLABLE, and when you import that via the manager it also states NOT NULLABLE yet when you view or run a job using that metadata you get the warning message regarding the nullable-to-not-nullable conversion? How did you get the...
- Thu Jul 19, 2007 6:53 pm
- Forum: General
- Topic: importing .gz file from unix server and unzip
- Replies: 9
- Views: 2708
...Can we import the .gz files which are in remote unix server using FTP satge in datastage... Sort of - but I wouldn't recommend doing it that way. If you "fake" the metadata in the FTP stage to be one (binary) column and pipe the incoming binary stream into a unzip program it will work (I have do...
- Thu Jul 19, 2007 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Open Expression Editor in Transform Stage
- Replies: 7
- Views: 2134