Datastage repository behind the scenes.

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
Marley777
Premium Member
Premium Member
Posts: 316
Joined: Tue Jan 27, 2004 3:26 pm

Datastage repository behind the scenes.

Post by Marley777 »

Hello everyone

Thanks for your time.


Behind the scenes is the Datastage repository a file structure or is it DB2 tables? I'm not talking about the client side. I need to know the behind the scenes technical stuff.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

It's a code branch of IBMs Universe product. Check it out.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You may "need to know" (why?), but Ascential elects not to publish this information and reserves the right to change it at any time.

In quick summary it's not file-based, it's database-based. It's definitely NOT DB2; Ascential explicitly markets itself as "database agnostic". To that end, currently, it uses a proprietary database called DataStage Engine that is based on IBM's UniVerse RDBMS.

Originally, and through to version 5.2, DataStage used UniVerse as its actual engine.

You can research this history on this forum. Search for VMARK, Ardent and UniVerse.

Currently there are two main sets of tables. Tables with names beginning "DS_" contain design-time information, while tables with names beginning "RT_" contain run-time information.

Expect major changes to the Repository structure in the next release, and further changes beyond that.
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