This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
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)
|
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
|
take a look and see if any should be indexed when doing above
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ export default {
|
|||||||
HeadOffice: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
HeadOffice: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
LoanUnit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
LoanUnit: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
Part: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
Part: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
|
PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||||
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||||
|
|||||||
Reference in New Issue
Block a user