Can we achieve tree like hierarchy of data with SubRegions?
For example, we have a "root" region and "child" region.
- "root" has entries with keySet [key1,key2]
- Can "child" then have a separate representation for each of the keys in "root" region? Meaning can "child" have a key set of "child1,child2" under key "key1" and "child1,child3" under key "key2".
If this is not possible with sub regions, is there any recommended way to achieve this in Gemfire?