One way to modify a type tree to increase performance is to:
A.
map the unused elements that are not used to =NONE.
B.
change the numeric type elements to alphanumeric type elements.
C.
move the unused elements into a reserved category called ‘NonUsed’.
D.
combine any contiguous elements that will not be mapped into a large blob.
Explanation: