S) scan ,rollup and dedup with null key and unique key

 

Scan with null key ---11 rec 

Rollup with null key –1 record( depends if the data is sorted then last if data is not sorted then fst record) 

Dedup with null key—(keep fst)—1 record 

Dedup with null key—(keep lst)—1 record 

Dedup with null key—(keep unique)—0 record ( key didn’t get the unique record bcoz it treats every record is one group 

 

 

Comments

Popular posts from this blog

T) For data parallelism, we can use partition components. For component parallelism, we can use replicate component. Like this which component(s) can we use for pipeline parallelism?

T) When to use sort within groups ?

T) Explain about on .abi-unc files in abinitio ?