Database server statistics parameters
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use the parameters listed in the table below to collect statistics for table and index access.
| Parameter | Syntax | Purpose |
|---|---|---|
| Base Index | -baseindex
n |
Specifies a range of indexes for which you want
to collect statistics; use with -indexrangesize |
| Base Table | -basetable
n |
Specifies a starting table number in a range of
tables for which you want to track access statistics; use with -tablerangesize |
| Index Range Size | -indexrangesize
n |
Specifies the number of indexes to track for access statistics |
| Table Range Size | -tablerangesize
n |
Specifies the number of tables for which you want to collect statistics |