SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

SAP HANA Multi-Store Tables

Multi-Store Tables are a type of SAP HANA table that allows developers to store data across multiple storage tiers within a single table object. Developers use them to optimize performance and cost by placing frequently accessed ("hot") data in in-memory storage while moving less frequently accessed ("warm" or "cold") data to lower-cost storage tiers. This approach enables efficient data lifecycle management without requiring application-level changes to query logic.

Tutorials that teach this

Prerequisites