Is DS Job log stored in a hash file?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
olgc
Participant
Posts: 145
Joined: Tue Nov 18, 2003 9:00 am

Is DS Job log stored in a hash file?

Post by olgc »

Hi there,

How is the job log stored in Datastage server? Is it stored in a hash file?

Thanks,
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes.
-craig

"You can never have too many knives" -- Logan Nine Fingers
olgc
Participant
Posts: 145
Joined: Tue Nov 18, 2003 9:00 am

Post by olgc »

Thanks, Chulett.

That means if the job log is too big, such as hundred thousand entries, then it will hurt the job performance. Is this right?

Another question, are all UV tables stored as hash files?

Thanks,
pneumalin
Premium Member
Premium Member
Posts: 125
Joined: Sat May 07, 2005 6:32 am

Post by pneumalin »

I don't think the log size will impact the performance of a specific job run. However, it definitely costs big time on overall performance for DataStage server to maintain such a high overhead, especially while you are trying to view log in director or parsing the log information.
Maintaining 7 or less run log is adivsed thorugh Administrator Auto-Purge project property, and off-load the historical log to a local disk storage via dsjob utility if required.

As far as I know, all the Engine related tables are stored as Hash file style.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Actually, it can have quite a dramatic effect on job performance which is why it's important to keep them purged down as much as possible.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Is DS Job log stored in a hash file?

Post by ray.wurlod »

olgc wrote:Hi there,

How is the job log stored in Datastage server? Is it stored in a hash file?

Thanks,
No. It's stored in a hashed file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I left that little tidbit for you, Ray. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply