Answered Questions

  • Why go for sort within groups?

    We have sort and sort within groups components. we can achieve the sort within group functionality by placing two keys in sort group. Then why we have to go for sort within groups?

    Mahesh

    • May 26th, 2021

    One of the other examples could be :
    graph A has done PBKS on field A
    and when the output of graph A is being read by graph B it needs data to be sorted on fieldA and fieldB so major key is fieldA and minir key is fieldB.This saves time and increases performance.

    sundar

    • May 5th, 2015

    Hey Munmun,

    Do we need sorted data to sort with in group or component will taking care?

    Thanks