SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Multi-Store Tables

Create Multi-Store Tables

Overview

🎓 beginner 15 min. SAP HANA Dynamic TieringBeginnerSAP HANASAP HANA StudioBig DataSql

You will learn

  • โœ”What a Multi-Store table is
  • โœ”Partitioning Types
  • โœ”Creating Multi-Store Tables
Unknown U Unknown November 1, 2022
Created by February 2, 2017
Contributors

Prerequisites

Steps

Time to Complete

10 Min.


Step 1 Multi-store Tables
โ€”

Multi-store tables are a type of SAP HANA column tables which can have partitions in the in-memory DEFAULT COLUMN STORAGE as well as other partitions in Dynamic Tiering EXTENDED STORAGE.

Multi-store data management allows for administration tasks to be carried out more freely including:

  • Moving data between EXTENDED or DEFAULT STORAGE
  • Creating or dropping partitions directly in either EXTENDED or DEFAULT STORAGE
  • Repartitioning a table, if new partitioning does not move data between DEFAULT and EXTENDED STORAGE

One function of multi-store tables is data aging which allows you to “age out” older data using Dynamic Tiering. Every multi-store table contains at least two partitions: one of which is in the in-memory DEFAULT STORAGE and the other is in disk based EXTENDED STORAGE. This allows you to still access and update older data without managing two separate systems for current or older data and is cost effective as well. There may be some older data that isn’t frequently used and so the “cold” data is moved into extended storage and the “hot” new and frequently used data remains in-memory.

Step 2 Partitioning Types and Creating a Multi-store Table
+
Step 3 Importing Data in to a Multi-store Table
+
Step 4 Viewing Multi-store Partitions
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Multi-store Tables 2. Partitioning Types and Creating a Multi-store Table 3. Importing Data in to a Multi-store Table 4. Viewing Multi-store Partitions

Learn more →