InterviewSolution
Saved Bookmarks
| 1. |
What Is The Specific Advantage Of Lo Extraction Over Lis Extraction? |
|
Answer» The LOAD performance of LO extraction is better than that of LIS. In LIS TWO tables are used for delta MANAGEMENT that is CUMBERSOME. In LO only one delta queue is used for delta management. The load performance of LO extraction is better than that of LIS. In LIS two tables are used for delta management that is cumbersome. In LO only one delta queue is used for delta management. |
|