I have two identical tables T1 and T1_history.
Each time a given cell of T1 (lets say CF1:C1) is updated with a specific value, I need to delete from T1 and copy the whole row (all versions of that row) into T1_history.
Is that a good use case for a RegionObserver?