Search found 7201 matches

by admin
Fri Apr 05, 2002 12:05 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Rose Coloured Glasses (was Tuning Hash File Creation Techniq
Replies: 4
Views: 1717

On the subject of Dynamic Hash Files testing utilities, what about ANALYZE.FILE? I thought thats exactly what it was meant to be used for. Throw STATISTICS after the filename to be analyzed and you get even more gory details back. Plus theres stuff like FILE.STAT, HASH.HELP and HASH.TEST.DETAIL for ...
by admin
Thu Apr 04, 2002 11:07 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Rose Coloured Glasses (was Tuning Hash File Creation Techniq
Replies: 4
Views: 1717

Sorry to add fuel to the fire, but I have to toss my $0.02 into this thread... Either way: both file types (static and dynamic) have overflow... and they are handled basically the same way by UV (only difference being that in a Type 30 file you overflow being placed in the OVER.30 file dynamically, ...
by admin
Thu Apr 04, 2002 9:55 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Rose Coloured Glasses (was Tuning Hash File Creation Techniq
Replies: 4
Views: 1717

Ray, Sorry if I mistated something, but that is how the difference between static and dynamic was explained to me. In a dynamic hash the modulo number changes dynamically during load, which would result in a tuned hash file. If that isnt the case, what is the difference? Why have the different types...
by admin
Thu Apr 04, 2002 9:44 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Rose Coloured Glasses (was Tuning Hash File Creation Techniq
Replies: 4
Views: 1717

Rose Coloured Glasses (was Tuning Hash File Creation Techniq

I wish to clear up a couple of misconceptions raised by the previous poster. First, whether the hashed file is static or dynamic is immaterial as far as pre-loading to memory for read (lookup) is concerned. In both cases, the file will have a current modulus (number of groups, or buckets), and it is...
by admin
Thu Apr 04, 2002 9:20 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Tuning Hash File Creation Techniques
Replies: 16
Views: 2643

1. The creation parameters are usually fine as-is except when dealing with very large loads (500,000+ records or large records or both). It has to do with buckets being filled and split in a dynamic hash and the work involved to reorganize the hash table. With most loads, this condition still exists...
by admin
Thu Apr 04, 2002 7:12 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: External Sort Packages
Replies: 0
Views: 391

External Sort Packages

I am wondering what percentage of people use an external/non-DataStage/non-database sort utility? Would Ascential Marketing know the answer? How does the DataStage-users take a online survey of this type? -----Original Message----- From: Galemmo,Nicholas,GLENDALE,IS [mailto:nicholas.galemmo@us.nestl...
by admin
Thu Apr 04, 2002 7:06 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Aggregate Stage
Replies: 2
Views: 1285

I have found doing it in a SQL query is faster (2-3 times faster, in my experience, using Oracle in a test with around 200,000 rows.). If I were you, I would also look into a sort utiltiy package, such as CoSort, if this is something you plan to do on a regular basis. Do an evaluation and compare ti...
by admin
Thu Apr 04, 2002 6:55 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Aggregate Stage
Replies: 2
Views: 1285

Aggregate Stage

Hi I have a table with 40 million records. I need to group some counts by 5 columns. Is it better to write a USER DEFINED SQL with a group by or use an Aggregator stage to do that. Which would be faster? Has anybody had experience with this? Thanks Gopal =============================================...
by admin
Thu Apr 04, 2002 3:37 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Unexplained Abort
Replies: 1
Views: 931

Simplest thing to do would be to trim your large text fields down to the maximum size of the Oracle column so that the errors will not be generated. You can do this in the final transform before the OCI stage using the square brackets operator. For example, if the column in the Oracle table has a ma...
by admin
Thu Apr 04, 2002 2:29 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Unexplained Abort
Replies: 1
Views: 931

Unexplained Abort

I have a job that pulls from Universe, does a few transformations and then using an OCI Stage updates or inserts into Oracle. This job tends to get a lot of warning messages d/t large text fields being truncated before inserting into Oracle. Ive tried to run the job with no limits to the warning mes...
by admin
Thu Apr 04, 2002 2:20 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: datastage
Replies: 4
Views: 1181

parameter array size is the number of rows given to the driver in each pass. i.e. basically if the array size is 100 then datastage would give the driver 100 rows at a time... you may be blowing the about of free space you have on the machine for doing that... -----Original Message----- From: Doris ...
by admin
Thu Apr 04, 2002 2:14 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: datastage
Replies: 4
Views: 1181

datastage

Hello, I have a large 6 million record history text file that I am trying to write to a SQL Server database through ODBC. It is a straight read/write job and one time load. When I reduce the record size for testing it runs fine..but when I try and load the entire file I keep getting an error that se...
by admin
Thu Apr 04, 2002 12:03 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Parameter use with EXEC COMMAND stage(5.1)
Replies: 2
Views: 3889

The Execute stage in a 5.1 Job Sequence is very restrictive so we use the routine stage instead. This lets us centralise the code that runs script and handles errors and messages. All scripts are stored under the DataStage project directory in subdirectories so they can be included in the Version Co...
by admin
Thu Apr 04, 2002 8:59 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Tuning techniques for hash files
Replies: 1
Views: 572

Youll be able to find them archive at www.tools4datastage.com. Regu. -----Original Message----- From: Denzil Sander [mailto:DenzilS@mxgroup.co.za] Sent: 04 April 2002 08:36 To: Datastage (datastage-users@oliver.com) Subject: Tuning techniques for hash files Hi all Is there a archive of all our mails...
by admin
Thu Apr 04, 2002 7:29 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Tuning techniques for hash files
Replies: 1
Views: 572

Tuning techniques for hash files

Hi all

Is there a archive of all our mails/requests so that I can go look up tuning techniques/hints for hash files?

Thanks

Denzil