Query 10
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
In Query 10 presented in this section, note the following points related to cursor behavior:
<2> The DataServer uses the cursor to compare schema information. It does not fetch any column values.
<3> The DataServer uses the cursor to compare schema information. It does not fetch any column values.
<4> The
cursor is used to perform the join by the SQLDB. Since the query specifies NO-LOCK,
this cursor selects the fields in the field list in addition to
those that the client requires (T0.PROGRESS_RECID, T1.PROGRESS_RECID, T1.CUST_NUM).
With the default cache size of 8192, processing the entire join
requires 3 array fetches.
|
|