| |
GeekInterview.com > Interview Questions > Data Warehousing > Abinitio
| Print | |
Question: Parametrization of MFS
Answer: I want to use an Ab Initio parameter to control whether I am in serial or MFS mode. Basically, I will have an $AI_MFS_PARTS variable. If it is set to 1, then we are running serial. If it is set to 4, then we are running 4-way MFS. Will the data need to be located in physically different locations using different control files? |
| December 12, 2008 05:46:33 |
#2 |
| abhi_fresh_as_dew |
Member Since: September 2008 Total Comments: 12 |
RE: Parametrization of MFS |
Its always better to use multiple file system instead of adhoc multifiles.So,physical allocation is a good idea for separation of mfs and serial.
Say,i have a physical allocation to path1 for mfs and have the
m_mkfs //host/abhi/mfs4 //host/delphi/a/mfs4-0 //host/delphi/b/mfs4-1 //host/delphi/c/mfs4-2 //host/delphi/d/mfs4-2
There are four directories been summed up and addressed in a control file in //host/abhi/mfs4 assigned as parameter $AI_MFS.
And i had physically assigned serial as //host/abhi/serial assigned as parameter $AI_SERIAL.
Now we can add the logic for 1 - $AI_SERIAL and 4 - $AI_MFS for your question.
|
| |
Back To Question | |