性能突破尝试点(持续尝试深入)
select * from m_service_statistics
--关注度五星 目前为空
SELECT * FROM M_EXPENSIVE_STATEMENTS
可能有用的信息:
https://www2.microstrategy.com/producthelp/2019/SAP/en-us/Content/SAP/Read_Usage_Logs.htm
select STATEMENT_STRING, LAST_EXECUTION_TIMESTAMP,USER_NAME,t.* from
"SYS".M_SQL_PLAN_CACHE_RESET t
--WHERE USER_NAME='<your_user>'
ORDER BY t.LAST_EXECUTION_TIMESTAMP DESC;
公司hana版本:2.00.045.00.1575639312 (fa/hana2sp04)

浙公网安备 33010602011771号