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...
Continue reading...