Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: memory utilization for each tables in a schema

$
0
0

Hi Jonu,

 

You can get info of all column tables and their memory utilization from M_CS_TABLES View

You can get info of all row tables and their memory utilization from M_RS_TABLES View

To find all tables for a particular schema, just filter that schema

 

SELECT  * FROM "SYS"."M_CS_TABLES" WHERE SCHEMA_NAME = '<YOURSCHEMANAME>'

 

These Monitoring views are present in SYS schema

 

Regards,

Vivek


Viewing all articles
Browse latest Browse all 8968

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>