Page 1 of 1

Can QS MATCH be Run in Parallel Mode

Posted: Fri Nov 18, 2005 2:47 pm
by DSkkk
Hi all--

Can we Run the Quality Stage job which uses the Match stage to be run in Parallel mode. Would there be any abnormality in the operation and in Match results as i am afraid the partitioning obstructs data from getting matched.

Thanks.

Posted: Fri Nov 18, 2005 3:35 pm
by vmcburney
You can use DataStage to provide both the primary input and the reference input into a QualityStage plugin that is doing matching. The safest design would be to sort and partition the primary input and set the partitioning of the reference data as entire. I doubt there is any partitioning method other then entire that suits the matching algorithm.

Thanks for the Reply

Posted: Fri Nov 18, 2005 3:52 pm
by DSkkk
thanks for the reply Mr.Vmcburney. But its my fault that i did not provide all the info thats required. I am running the QS Jobs using from the Unix command prompt from the DS Batch job. I am using theJobname.par file for running. so in that case, where i am not using the QS for DS plug-in and so i cannot provide any partitioning method. In this case can i run the QS Job in the Parallel mode or do i need to run the Job in File Mode only?

Thanks once again.

Posted: Fri Nov 18, 2005 7:20 pm
by ray.wurlod
Get in touch with your support provider. There is a recent patch that addresses being able to run STAN in parallel. Nothing I've heard of for MATCH, but some kinds of match wouldn't have a problem - you might just have to be careful with partitioning so that you could be sure that all potential matches occur on the same processing node.