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

Create Multi-Store Tables

Learn about multi-store tables, partition types, and create a multi-store table

Overview

🎓 beginner 15 min. SAP HANA Dynamic TieringBeginnerSAP HANASAP Web Ide

You will learn

  • โœ”What a multi-store table is
  • โœ”Types of partitions used in HANA multi-store tables and which is right for you
  • โœ”How to create multi-store tables
Unknown U Unknown November 1, 2022
Created by June 20, 2018
Contributors

Prerequisites

Steps

Time to Complete

15 Min


Step 1 What are 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 Create a partitioned multi-store table
+
Step 3 Import data into a multi-store table
+
Step 4 View 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. What are multi-store tables? 2. Create a partitioned multi-store table 3. Import data into a multi-store table 4. View multi-store partitions

Learn more →