InterviewSolution
| 1. |
What Are The Drawbacks Of Using Change Pointers? |
|
Answer» ONE of the biggest drawbacks of using CHANGE pointers in a RETAIL environment is the volume of change pointers that may get created and the ability of the system to handle those changes. Performance of batch jobs is severely AFFECTED when we have many change pointers. Proper care should be TAKEN to create only those change pointers, which will be consumed by the system. One of the biggest drawbacks of using change pointers in a retail environment is the volume of change pointers that may get created and the ability of the system to handle those changes. Performance of batch jobs is severely affected when we have many change pointers. Proper care should be taken to create only those change pointers, which will be consumed by the system. |
|