- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
M_Expensive statement in SAP HANA
This can be checked using system view M_EXPENSIVE_STATEMENTS.
SELECT * FROM M_EXPENSIVE_STATEMENTS
In SAP HANA, the M_EXPENSIVE_STATEMENTS view provides convenient access to the most expensive statements that were executed on the system. A statement is considered being expensive if its runtime exceeds a particular threshold. Please note that the expensive statements trace needs to be activated first in the Performance → Expensive Statements Trace screen in the SAP HANA studio. Click Configure the Trace Configuration dialog
- Related Articles
- SQL statement to create a Restricted user in SAP HANA
- SAP HANA database functions in HANA Cockpit
- SAP HANA Modeling Perspective in HANA Studio
- Customizing SAP HANA Perspective in HANA Studio
- SQL statement to add a table as Virtual table in SAP HANA Smart Data Access
- TCP/IP port in SAP HANA to access SAP HANA XS Engine
- Data compression in SAP HANA
- Using aggregated in SAP HANA
- Persistence layer in SAP HANA
- Use of SAP Host Agent in SAP HANA
- Start and stop HANA system in SAP HANA Studio
- Using SAP HANA Cockpit for HANA Administration
- Opening SAP HANA Cockpit from HANA Studio
- Data Preview option in HANA Modeling view in SAP HANA
- In-memory read in SAP HANA

Advertisements