which is more expensive hash or modulus partitioning? when do
you use modulus partitioning?

Answers were Sorted based on User's Feedback



which is more expensive hash or modulus partitioning? when do you use modulus partitioning?..

Answer / ankit gosain

Hi All,

Hash partitioning is more expensive than modulus but it'll
give better performance as well.
The basic difference is, you can apply Modulus partitioning
for the number fields only while you can apply Hash
partitioning for Varchar and any type of field.

If you have more queries, you can mail me on
ankitgosain@gmail.com

Cheers,
Ankit :)

Is This Answer Correct ?    4 Yes 0 No

which is more expensive hash or modulus partitioning? when do you use modulus partitioning?..

Answer / nish

has partitioning when distinct key fields are less.

Modulus when the key field are very few and numeric.

Modulus = x%y so the field ought to be numeric

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

In a table 100 records are there after 50records job is aborted how can u insert all records in target table.

1 Answers   Cap Gemini,


hi i am bhavani, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer

1 Answers   Polaris,


how to run jon in unix back round process what is command use in runing a job?

2 Answers   HSBC,


What is datastage engine?

0 Answers  


how to call sequential generator in datastage?

1 Answers   IBM,


How to write a left outer join condition by using Transformer stage in server jobs? Could any one help me?

1 Answers  


what is repositery?

0 Answers   IBM,


Can you define merge?

0 Answers  


How the ipc stage work?

0 Answers  


What is orabulk stage?

0 Answers  


When we will go for Data elements?

3 Answers   TCS,


What is the different type of jobs in datastage?

0 Answers  


Categories