User index activity (_UserIndexStat)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Displays statistics on the number of accesses to a specific range of indexes by user.1
| Field name | Data type | Description |
| _UserIndexStat-Conn | INTEGER | User number |
| _UserIndexStat-Num | INTEGER | Index number |
| _UserIndexStat-blockdelete | INT64 | Number of block deletes that have occurred to the index by the specified user |
| _UserIndexStat-create | INT64 | Number of times create access has occurred to the index by the specified user |
| _UserIndexStat-delete | INT64 | Number of times delete access has occurred to the index by the specified user |
| _UserIndexStat-PartitionID | INTEGER | Partition Id of the index |
| _UserIndexStat-read | INT64 | Number of times read access has occurred to the index by the specified user |
| _UserIndexStat-TenantID | INTEGER | Tenant ID of the user |
| _UserIndexStat-split | INT64 | Number of split operations that have occurred to the index by the specified user |