What is the difference between In-Memory Sort and Inputs
must be sorted?
Answers were Sorted based on User's Feedback
Answer / duffer
When set to In memory: Input need not be sorted, the
component accepts unsorted input and permits the use of the
maintain-order parameter. Component sorts records
internally in its buffer.
When set to Inputs must be sorted, the component requires
sorted input, and the maintain-order parameter is not
available.
Default is Inputs must be sorted.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / rishi
@ Mahendra,
So u r saying that even if the input dataset is sorted (on
the driving port) and u select in-memory sort then still
the output will be unsorted ?????
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / mahendra patnaik
The Inmemory sort and input must be sorted options are
there in the Join,Rollup and Dedup components.
Main difference between these two is if you selected input
must be sorted options in the above mentioned components
the the downstream components will get the records in a
sorted oder. if you are selected option as Inmemory sort
then the downstream components will not get the sorted
records.
| Is This Answer Correct ? | 1 Yes | 13 No |
What exactly do you know about the typical data analysis?
In abinitio, what types of parallelism are used?
What information does a .dbc file extension provides to connect to the database?
How you can test a dbc file ?
Explain about ab initio’s dependency analysis?
How many parallelisms are in Abinitio?
What is $mpjret?
How do you add default rules in transformer?
What do you understand by overflow errors?
i have 2 files. First file contains a,b,c,d as rows and second file contains 1,2,3,4 as rows. how do we make single a1b2c3d4 and 4 different rows a1, b2, c3,d4.
what is skew and skew measurement?
what is the project environment(for each project the environment is same or different to different project)?