Index Range Size (-indexrangesize)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Index Range Size (-indexrangesize)
Use Index Range Size (-indexrangesize) to
specify the number of indexes for which you want to collect statistics.
| Operating system and syntax | UNIX / Windows |
-indexrangesize
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | 65536 | 256 | 256 | 256 |
- n
- The number of indexes for which you want to track access statistics.
The value of Index Range Size (-indexrangesize) specifies the number of rows maintained in the_IndexStat VST. The Base Index (-baseindex) parameter indicates the initial index for the VST.
The Index Range Size (-indexrangesize)
parameter may be modified while your database is online using PROUTIL INCREASETO. The new
value should be set greater than the current value. In the event there is insufficient
shared memory for the new increased -indexrangesize value,
an additional shared memory segment will be added. If there are existing connections, the
utility will keep asking to retry until all the existing connections recognize the new
segment.
For more information about tracking index statistics, see Manage the OpenEdge Database.