How is the Partitioning With Key different from Round Robin Partition?

devquora
devquora

Posted On: Feb 22, 2018

 

Difference between Partition With Key and Round Robin Partition

Partition With Key: Partition With Key is often also referred to as Hash Partition. This technology of partitioning is taken into use when keys are found to be diverse. If the key is available in very much volume then there is a chance of the existence of large data skew. The Hash Partition is comfortable for data processing in parallel.

Round Robin Partition: Round Robin Partition is the technology of partitioning where the data is evenly distributed on each destination of data partitions. The skew comes out to be zero when the number of partitions completely divides the number of records.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Abinitio Interview Questions

    What do you know about Abinitio?

    'Abinitio' is a word of Latin that is derived from 'ab' and 'initio' which in Latin means 'from' and 'beginning' respectively. So the word 'Abinitio' has its meaning as 'from the beginning'. It is a t...

    Abinitio Interview Questions

    Mention some ways for improving performance of a graph.

    There are lots of ways in order to improve the performance of a graph. It should be ensured that components are used in restrain amount in a specific phase. The optimum value of the highest Core value...

    Abinitio Interview Questions

    Why is data processing considered beneficial?

    There are a lot of benefits of data processing since the processing of data is very significant. Factors that users consider important for them can be kept separate by users. Deriving data from a comp...