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

Re: SQL for listing top tables in a particular node

$
0
0

Hi Kelly,

 

Thanks a ton for the response.

 

SELECT                                       /* Modification section */

        '%' SCHEMA_NAME,

        '%' TABLE_NAME,

        '%' STORE,                             /* ROW, COLUMN, % */

        ' ' ONLY_BASIS_TABLES,

        50 RESULT_ROWS,

        'TOTAL_DISK' ORDER_BY                    /* TOTAL_DISK, CURRENT_MEM, MAX_MEM, TABLE_MEM, INDEX_MEM */

 

I dont see an option to put in the order by right for the host.


Viewing all articles
Browse latest Browse all 8968

Trending Articles