Base Index (-baseindex)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Base Index (-baseindex)
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| DBS | 32767 | -32767 | – | 1 |
- n
- The starting index number in the range of indexes for which you want to track access statistics.
Use
Base Index (-baseindex) with Index Range Size (-indexrangesize)
to specify the range of indexes for which you want to collect statistics.
Access to the statistics is handled through the Virtual System Tables
(VSTs). Index statistics are stored in the _IndexStat VST. To obtain
index numbers, use the following ABL code:
|
This results in the following output:
|
To change this parameter while the database is running, use PROMON or the _DbParams VST.
You can use this parameter to support continuous operation of the database. For more information, see Change database parameters while the database is running.