[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: DB-conversion to SAII - Advice on tables that have a lot of creates and deletes

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

ChUIMonster

Guest
Tables with lots of creates aren't a problem per se. But tables that get a lot of updates after the create, and where the records tend to grow over time can need some special consideration. Those tables might fragment and there could be issues with long "rm chains". To address those sorts of issues you may want to consider adjusting the create and toss limits.

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