from my local Class docs:
GetGlobalSizeBySubscript
This method will return the size of a global based on the number of database blocks the global resides in.
so you get blocks * blocksize ===> ALLOCATED size
Depending on Packing as %GSIZE shows The difference might be significant
Summary by Subscript will most likely show higher values as a pointer block
or even a data block (eg. with 8kb) may contain more than a single subscript
depending on the Global structure.
Take the default top subscript (aka. IDKEY) for Caché classes (Integer, >0) as an example
- Log in to post comments
.png)
.png)
.png)
.png)