InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Array Fetch Size? |
|
Answer» Array fetch SIZE indicates the number of rows retrieved in a single REQUEST to a source database. The default value is 1000. Higher numbers reduce requests, lowering network traffic, and possibly IMPROVE PERFORMANCE. The maximum value is 5000 Array fetch size indicates the number of rows retrieved in a single request to a source database. The default value is 1000. Higher numbers reduce requests, lowering network traffic, and possibly improve performance. The maximum value is 5000 |
|