This commit is contained in:
2018-10-03 21:03:15 +00:00
parent 2493b1161a
commit ae3399479d
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ SELECT indexrelname,cast(idx_tup_read AS numeric) / idx_scan AS avg_tuples,idx_s
WORK IN PROGRESS:
=-=-=-=-=-=-
Search result list NAME FETCHER in :
//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.
=-=-=-=-=-=-=-=-=-=-=-=-