This commit is contained in:
2018-10-01 22:58:22 +00:00
parent 9022300749
commit 4c9a049b68
2 changed files with 3 additions and 1 deletions

View File

@@ -355,6 +355,8 @@ namespace AyaNova.Biz
watch.Stop();//###################### PROFILING
var TimeToBuildSearchResultReturnList = watch.ElapsedMilliseconds;//###################### PROFILING
//Before attempt to optimize name fetcher
//22548, 21187, 20462, 22336, 20094 - AVG = 21325
return ResultList;
}

View File

@@ -23,7 +23,7 @@ namespace AyaNova.Util
private const int DESIRED_SCHEMA_LEVEL = 9;
internal const long EXPECTED_COLUMN_COUNT = 99;
internal const long EXPECTED_INDEX_COUNT = 22;
internal const long EXPECTED_INDEX_COUNT = 23;
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::PrepareDatabaseForSeeding WHEN NEW TABLES ADDED!!!!
/////////////////////////////////////////////////////////////////