I am having 10 records in i/p file,and i want to load only
one record at a time to the output file.Then how can i do it?
Answers were Sorted based on User's Feedback
Answer / ankur
Output file component in serial layout will always be written serially by any upstream abinitio component.
If you meant Output Table component instead of Output file, then API mode will ensure that the load happens sequentially.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / keerthika
You can use the partition by round robin component and specify Block size parameter to 1.
Is This Answer Correct ? | 1 Yes | 2 No |
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?
What is conditional DML and Structured DML?
. What is dynamic lookup ?
Mention what is the role of co-operating system in abinitio?
In abinitio, what types of parallelism are used?
What is the purpose of having stored procedures in a database?
What will be the skew for, input file->partition by key-> partition by round robin->output file
How does PBK and Sort component and Join(in memory sort) work?I mean in the join component i have used In Memory Sort,so how will it work in terms of performence as compared with PBKand Sort Component?
What is the diff between abinitiorc and .abinitiorc files ?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
What are the Graph parameter?
What is air-project parameter ?