Record Updating in multiple key access settings
Three possible situations:
- Update changes the secondary key: may have to rearrange secondary index.
- Update changes the primary key: changes to the primary index are required, but very few are needed for the secondary index.
- Update confined to other fields: no changes necessary to primary nor secondary index.