What do you know about partition and also tell us about partition components in Abinitio?

devquora
devquora

Posted On: Feb 22, 2018

 

Partition is a part of a data set multifile which got divided into multiple sets for the next proceedings.

There are various kinds of partition components in Abinitio.

  • The first component is called 'Partition by Round-Robin'. With this component, data gets evenly divided and distributed over the output partition in chunks of the block size.
  • Another component is 'Partition by Range'. On the basis of a collection of ranges of partition and key, data can be evenly divided in the nodes.
  • The next component is known as 'Partition by Load Balance'. This component is responsible for strong load balancing.
  • Another one is 'Partition by Percentage'. Data is distributed such that output comes to be proportional to 100's fraction.
  • 'Partition by Key' involves grouping of data by a key. The 'Partition by Expression' involves the division of data as per DML expression.

    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

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

    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 w...

    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...