Kbase P90127: Why is code using the BUFFER-FIELD method faster in OE10.x than earlier versions?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/26/2004 |
|
Status: Unverified
GOAL:
Why is code using the BUFFER-FIELD method faster in OE10.x than earlier versions?
FIX:
The following two factors help code run faster under OE10.x when using the BUFFER-FIELD method:
1. Progress minimized schema caching and BUFFER and BUFFER-FIELD objects proliferation. For example, in 91C TEMP-TABLEs, a different BUFFER object was created for each static BUFFER reference. Under OE10.x, the same BUFFER object is used for the life of the TEMP-TABLE.
2. The 32-BIT r-code is more efficient in getting static TEMP-TABLE definitions than the 16-BIT r-code.