Hi - Imagine a pyramid that is made up of boxes stacked on top of each other.
The top of the pyramid is one box (SR7 if system-owned) that contains the name of the index and pointers to the boxes on the next level. Every box below the top is an SR8.
The bottom of the pyramid is a whole series of boxes (SR8s). Each box contains a bunch of folders. Each folder identifies a database record and where to find it in the database.
We have a rule for these boxes. Let's say they can each only contain up to 45 folders. That rule is your IBC (Index Block Contains).
When we get to folder 46, we have to build another box (SR8) on the bottom level. We also have to build a box above this level that keeps track of the two below and is chained to the SR7 at the top. We keep building boxes and adding levels until all of our database records are represented.
The displacement is the amount of space that we leave between the top of the pyramid and the bottom. This allows for growth as the pyramid is being built.
The subareas are complicating things for you though. These cause the overall area to be partitioned so you will need to monitor space in each subarea.
------------------------------
I hope it helps - Denise
------------------------------