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