What is the specific advantage of lo extraction over lis extraction?
Answer Posted / Chanda Kumari
"LO (List-Oriented) Extraction provides better performance for large data sets compared to LIS (Line- Oriented) Extraction. This is because LO Extraction reads data in blocks, reducing the number of database read operations, while LIS Extraction reads one line at a time."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers