LOB activity (_LOBStat)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Displays statistics on the number of accesses to a specific range of LOBs.
| Field name | Data type | Description |
|---|---|---|
| _LobStat-create | INT64 | Number of times create access has occurred to the LOB |
| _LobStat-delete | INT64 | Number of times delete access has occurred to the LOB |
| _LobStat-id | INT64 | The LOB object id |
| _LobStat-OsRead | INT64 | Number of LOB reads from disk since the database was started; only valid for LOBs in Type II areas |
| _LobStat-PartitionId | INTEGER | Partition ID of the LOB (not currently used) |
| _LobStat-read | INT64 | Number of times read access has occurred to the LOB |
| _LobStat-Table | INTEGER | Table number associated with this LOB |
| _LobStat-update | INT64 | Number of times update access has occurred to the LOB |