[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 dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
Patrick and onnodehaan, thanks for the tips. I'm using _DbStatus-CacheStamp from the _dbStatus VST to see if the database schema has changed from the last time we ran a build. If there were no changes then I short-circuit the rebuilding of the empty database schema. This helps in some cases, but I only use that optimization for pre-production build operations. When compiling production code, then I unconditionally rebuild the empty schema no matter what.

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