Kbase P133984: What is the file with a prefix of rcd?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/01/2011 |
|
Status: Verified
GOAL:
What is the file with a prefix of rcd?
GOAL:
What is the temporary file with a prefix of rcd used for?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1C
OpenEdge 10.2x
FIX:
The file with a prefix of rcd is new in 10.1C.
One of the client temporary files is the srtxxxxx file, but with 10.1C a new client temporary file, rcdxxxxx, has been introduced to off load some of the functionality of the srtxxxxx file.
The srtxxxxx system file is where we do large sorts, and where we used to keep a cache of .r's during an ABL session. We no longer cache the .r's in this file. This file is now allowed to reach 2^63 bytes. The r-code will now go to the new rcdxxxxx system file which is still limited to 2GB.