This commit is contained in:
@@ -67,6 +67,7 @@ SELECT indexrelname,cast(idx_tup_read AS numeric) / idx_scan AS avg_tuples,idx_s
|
|||||||
|
|
||||||
WORK IN PROGRESS:
|
WORK IN PROGRESS:
|
||||||
|
|
||||||
|
=-=-=-=-=-=-
|
||||||
Search result list NAME FETCHER in :
|
Search result list NAME FETCHER in :
|
||||||
|
|
||||||
//Before attempt to optimize name fetcher (unknown number of results)
|
//Before attempt to optimize name fetcher (unknown number of results)
|
||||||
@@ -102,3 +103,4 @@ I'm going to enact a policy to index id,name in all objects that have many colum
|
|||||||
|
|
||||||
Ok, it just makes logical sense to keep the indexes even if slightly slower, I can revisit this later, the difference is miniscule. I suspect with a bigger database there would definitely be better peformance.
|
Ok, it just makes logical sense to keep the indexes even if slightly slower, I can revisit this later, the difference is miniscule. I suspect with a bigger database there would definitely be better peformance.
|
||||||
|
|
||||||
|
=-=-=-=-=-=-=-=-=-=-=-=-
|
||||||
@@ -273,7 +273,6 @@ namespace AyaNova.Util
|
|||||||
public static long RUNNING_COUNT = 0;
|
public static long RUNNING_COUNT = 0;
|
||||||
public static string Uniquify(string s)
|
public static string Uniquify(string s)
|
||||||
{
|
{
|
||||||
//return s + " " + ((DateTimeOffset)DateTime.Now).ToUnixTimeSeconds();
|
|
||||||
return s + " " + (++RUNNING_COUNT).ToString();
|
return s + " " + (++RUNNING_COUNT).ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user