[progress Communities] [progress Openedge Abl] Forum Post: Re: Lbia, Rcda, Srta, Dbi

  • Thread starter Thread starter ChUIMonster
  • Start date Start date
Status
Not open for further replies.
C

ChUIMonster

Guest
srt files are "sort files". the primary usage is to filter and sort data that the server wasn't able to handle -- like when your query doesn't have good bracketing or your BY phrase isn't supported by an index. There are no parameters to control this -- you need to write better queries. dbi files are overflow for temp-tables. If the data in your temp-tables no longer fits in memory (controlled by -Bt) then the excess will end up in the DBI file. lbi is "local before image". This is for UNDO variables and work files. There are no parameters to tweak related to lbi files. rcd files are r-code that does not fit within the -mmax buffer. You can increase -mmax or use memory mapped shared libraries (this stuff used to hide in the srt file but it got moved to rcd quite a while ago).

Continue reading...
 
Status
Not open for further replies.
Back
Top