Repository tuning

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

Repository tuning

Post by ramesh_inform »

What is repository tuning in Datastage?
how do you do that?
ramesh.n.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

By leveraging more than 20 years' experience with the database, usually in exchange for a professional fee.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

Post by ramesh_inform »

ray.wurlod wrote:By leveraging more than 20 years' experience with the database, usually in exchange for a professional fee.

I didnt understand ur concept[:(] :(
ramesh.n.
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Since you said "how do you do that?" Ray says he would do it for you if you pay him for his services. :lol:
Ask a more specific question like what the problem is and tell us why do you think tuning the repository would help.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A DataStage repository in the version you indicated (7.x) is a schema in a database. It contains a number of tables.

As a generic inquiry, ignoring DataStage, how would you (ramesh_inform) go about tuning a database schema?

Most of the same principles apply to the DataStage repository but, being an embedded database, many of its defaults and configurations are such that attention of a DBA is rarely necessary.

For example, its tables are implemented as dynamic hashed files, which means that table space management is automatic. Yes, this can be optimized, but the cost may not be worth the benefit.

In version 8 and later, with an "open" database for the repository, there may be both more scope and more need for tuning. This really has yet to be determined.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply