About
Buffer concept in database
The number of rows that should be fetched from the database when more rows are needed. (or sent, in the case of inserts, updates and deletes) by the server at a time.
Articles Related
Application Parameters
- SQLPlus: see SQL PLUS - Array size
- Java: See set and get FetchSize from the resultset Interface