Table Storage Type

This field displays the storage type of the table. Common values include ROW for row-store tables, COLUMN for column-store tables, and GLOBAL TEMPORARY for temporary tables.

The table type determines how data is physically stored in SAP HANA. Column-store tables are optimized for analytical queries and compression, while row-store tables are optimized for transactional workloads with frequent inserts and updates.

Understanding the table type helps you optimize query performance and storage efficiency for your specific use case.