SQL7916 | |
---|---|
Message Text: | Blocking used for query. |
Cause Text: | Blocking has been used in the implementation of this query. SQL will retrieve a block of records from the database manager on the first FETCH statement. Additional FETCH statements have to be issued by the calling program, but they do not require SQL to request more records, and therefore will run faster. |
Recovery Text: | SQL attempts to utilize blocking whenever possible. In cases where the cursor is not update capable, and commitment control is not active, there is a possibility that blocking will be used. |
SQL will request multiple rows from the database manager when running this statement instead of requesting one row at a time.