[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Loading schema into a new, empty database is slow (prodict/load_df.p)

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

ChUIMonster

Guest
How slow is slow? Since it is a new, empty database with no user data and you can therefore just throw it away and try again if an unexpected problem occurs go ahead and use the -r startup parameter. -r provides almost all of the same performance benefits as -i but gives somewhat more in the way of recovery options. Do NOT use -r or -i with any database that you are not prepared to throw away if something goes wrong. You might also want to ensure that you have adjusted the bi cluster size prior to loading the .df.

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