Will rtree recognize coordinate/dimension changes of inserted rects?

Author: Robert-M-MuenchCreated Jan 2, 2021Updated Jan 9, 2021

If I have a rtree where I insert 50 rectangles and change the coordinates/dimensions of some rectangles afterwards, will rtree recognize this and adapt the internal data structure to work correctly? Or do I have to somehow let the tree know, that some rectangles changed?

Source: Workiva/go-datastructures