what is the differeces between hash and modulus partition
methods

Answers were Sorted based on User's Feedback



what is the differeces between hash and modulus partition methods..

Answer / kiran

hai this is Kiran..,

If the key field is numeric use modules else hash
partition.as per performance tuning.

Is This Answer Correct ?    16 Yes 1 No

what is the differeces between hash and modulus partition methods..

Answer / vijay

Hi this is Vijay

Modulus Hash

1. For numerics 1. For Numerics and characters
2. Datatype specific 2. Not Datatype spefic

Is This Answer Correct ?    13 Yes 1 No

what is the differeces between hash and modulus partition methods..

Answer / venkata

Modulus is nothing but Modulus in Maths, so it can be
performed only on Numeric Data Fields, Hash can be used for
any kind of data fileds, it will assign similar values in
the partioning

Is This Answer Correct ?    6 Yes 1 No

what is the differeces between hash and modulus partition methods..

Answer / maruthi

HASH-KEY:- HERE DATA WILL BE POPULATED INSUCH A WAY THAT
REALATED DATA WILL STAY TOGETHER.
RANGE OF PRIMERY KER RECORDS WILL BE POPULATED TO ONE
PARTITION.
EG.)ALL PRIMARY RECORDS IN THIS MONTH WILL BE POPULATED TO
ON E PARTIOTION.
MODULUS:-PARTITIONED DATA WILL PROVIDE SOME INFORMATION.
IN THE SENSE CUSTOMERS RELATED TO ONE STORE WILL POPULATED
TO ONE PARTIOTION.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More Data Stage Interview Questions

how do you pass parameters in a script?

1 Answers   L&T,


how can or from where we can get reference data in scd type2 implementation?

2 Answers   JPMorgan Chase,


What are the enhancements made in datastage 7.5 compare with 7.0?

0 Answers  


If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?

0 Answers  


How to enter a log in auditing table whenever a job get finished?

2 Answers   L&T,






Hi all, explain one complex business rule that you had in your project and how did you accomplish it using DS?

1 Answers   HCL,


my soure table is emp having columns sal,deptno in the deptno 10,20,30deptno row are there expected out put is min(sal) of 10th deptno,max(sal) of 20th deptno,mean(sal) of 30th deptno using aggregation stage

4 Answers  


What is datastage?

0 Answers  


What is merge stage?

0 Answers  


What is oci?

0 Answers  


Can you explain repository tables in datastage?

0 Answers  


count number of deptno in a emp table?

2 Answers   IBM,


Categories