if (MiscUtils.isPro()) {
// build a catalog with a ton of indexes so catalog update will be slow
CatalogBuilder builder = new CatalogBuilder();
builder.addSchema(getClass().getResource("clientfeatures-wellindexed.sql"));
builder.addProcedures(ArbitraryDurationProc.class);
byte[] catalogToUpdate = builder.compileToBytes();
assert(catalogToUpdate != null);
// make a copy of the table from ddl for loading
// (shouldn't have to do this, but for now, the table loader requires