User index activity (_UserIndexStat)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Displays statistics on the number of times a user accesses a specific range of indexes.1
| Field name | Data type | Description |
| _UserIndexStat-Conn | INTEGER | User number |
| _UserIndexStat-Num | INTEGER | Index number |
| _UserIndexStat-blockdelete | INT64 | Number of blocks deleted from the index by the specified user |
| _UserIndexStat-create | INT64 | Number of create operations performed on the index by the specified user |
| _UserIndexStat-delete | INT64 | Number of delete operations performed on the index by the specified user |
| _UserIndexStat-OsRead | INT64 | Number of times O/S read operations are performed on the index by the specified user |
| _UserIndexStat-PartitionID | INTEGER | Partition ID of the index |
| _UserIndexStat-read | INT64 | Number of read operations on the index by the specified user |
| _UserIndexStat-TenantID | INTEGER | Tenant ID of the user |
| _UserIndexStat-split | INT64 | Number of split operations performed on the index by the specified user |