Application data areas
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Application data areas
Names of the areas listed in the Application data areas section will vary according to the database being viewed.
Click an area to see more information in the following sections: Summary details, Extent file
details, and Extent file I/O
details.
Note: The statistical data displayed in the
Table Details and Index
Details sections are affected if the database being polled was started with
the
The application area data presented in the above view
come from the _AreaStatus, _FileList, _ActIOFile, _TableStat, and _IndexStat VSTs.-indexrangesize and/or the -tablerangesize parameter. Note that both parameters have a default value of 50.
If your database has 60 indexes but the -indexrangesize
parameter is set for the default, the Index Details
view will only be able to display data for the first 50 indexes. When the Index Details view tries to retrieve data from the _IndexStat
VST and does not find any, it will return a value of double question marks (??). See OpenEdge Deployment: Startup Command and Parameter Reference for
more information about the -indexrangesizeand -tablerangesizeparameters.