InterviewSolution
| 1. |
Is Qvd Optimized Load Really Worthwhile Since It Is Fairly Limited? In Other Words, Should We Load Data To The Memory Striving For Qvd Optimized And Then Work With The Memory Tables Within The Script? |
|
Answer» Optimized vs non-optimized load has two IMPACTS: Load duration and Server RAM usage. If your application is relatively small or you do not have concerns about the impact, don’t spend time trying to maintain an optimized load. Some of the SCRIPT techniques used to maintain optimized can make your script harder to follow. If, for a given DOCUMENT, you have concerns about load duration or RAM usage, then making the effort to maintain an optimized load would be worthwhile. Optimized vs non-optimized load has two impacts: Load duration and Server RAM usage. If your application is relatively small or you do not have concerns about the impact, don’t spend time trying to maintain an optimized load. Some of the script techniques used to maintain optimized can make your script harder to follow. If, for a given document, you have concerns about load duration or RAM usage, then making the effort to maintain an optimized load would be worthwhile. |
|