50185fb534
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m47s
907 B
907 B
layout | title | description | og_image |
---|---|---|---|
article | MPE_REQUESTS | The MPE_REQUESTS table contains an entry with details for every backend request (user, timestamp, job name) | /img/mpe_requests.png |
MPE_REQUESTS
The MPE_REQUESTS table contains an entry with details for every backend request. This is applied in the mpeterm.sas macro.
In some scenarios this can cause table locks. To avoid this, you can set the dc_request_logs option to NO.
Columns
There is explicitly no primary key on this (transaction) table for the purpose of speedy updates
REQUEST_DTTM num
: Timestamp of the requestREQUEST_USER char(64)
: The user making the requestREQUEST_SERVICE char(64)
: The STP/Job being executed (under $apploc/services)REQUEST_PARAMS char(128)
: Empty for now