This commit is contained in:
2021-01-15 20:13:56 +00:00
parent 30aec6a3ab
commit 4f3cd534d2
2 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,7 @@
MISC ITEMS THAT CAME UP
todo: use explain to determine if indexes are being used with a huge dataset
Specifically the id/name indexes and the tag indexes
todo: foreign keys are not indexed by default in the referencing table (the one who references)
take a look and see if any should be indexed when doing above

View File

@@ -11,6 +11,7 @@ export default {
HeadOffice: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
LoanUnit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
Part: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 },
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },