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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you run datastage job from the command line?

827


Define ds designer?

1001


What is a quality stage in datastage tool?

838


what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?

1138


1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?

2002


What is the difference between Datastage 7.5 and 7.0?

869


Which warehouse using in your datawarehouse

1887


Describe stream connector?

1047


How we can covert server job to a parallel job?

785


Define repository tables in datastage?

902


What is the purpose of pivot stage?

844


Define oconv () and iconv () functions in datastage?

1109


how to implement scd2 in datastage 7.5 with lookup stage

5405


WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE

3435


what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees

845