InterviewSolution
Saved Bookmarks
| 1. |
How Many Types Of Buffering? |
|
Answer» There are three TYPE of buffer: single record->it buffers only records based on select query STATEMENT. generic buffer->it buffers all the records which MATCH to primary key and generic key full buffer :Buffering is use for IMPROVE PERFORMANCE. There are three type of buffer: single record->it buffers only records based on select query statement. generic buffer->it buffers all the records which match to primary key and generic key full buffer :Buffering is use for improve performance. |
|