Suppose we have 5 entities: A,B,C,D,E with the following ancestor hierarchy:
A
/ \
B C
/ \
D E
I have two questions about this:
- Do we have 2 entity groups here (A,B,D) and (A,C,E) or just 1 entity group (A,B,C,D,E)?
- If we want to update entities D and E, can we update each of them 5 times per second or should the combined writes for D,E not exceed 5?