The ASPA table implements aggregated updating using an array ofadd recordandremove recordoperations that will be performed sequentially on the ASPA table. This drastically decreases the number of iterations necessary on the existingaspa_arrayto 1. This PR implements two update mechanisms: In-Place: ...