R
Rob Fitzpatrick
Guest
Not by default. But if you enable database client request statement caching for a user (or server, or DB) then the client sends all or part of its ABL call stack to the DB when it accesses the DB. That data can be read from an array in _Connect. Per-user table and index CRUD stats can be read from _UserTableStat and _UserIndexStat, provided you have appropriate values for -basetable, -baseindex, -tablerangesize, and -indexrangesize.
Continue reading...
Continue reading...