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

Creating and Removing Extended Storage

Creating and removing Extended Storage using SAP HANA Studio and SAP HANA Cockpit

Overview

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

You will learn

  • โœ”Creating Extended Storage using SAP HANA Studio, SAP HANA Cockpit
  • โœ”Removing Extended Storage using SAP HANA Studio, SAP HANA Cockpit
Unknown U Unknown November 1, 2022
Created by April 13, 2017
Contributors

Prerequisites

Prerequisites

Steps

Next Steps

Time to Complete

10 Min


Step 1 Creating Extended Storage
โ€”

The first step after you have installed Dynamic Tiering system on your SAP HANA is to create an extended storage dbspace. After installation you have the esserver running but the extended storage is not created yet.

As discussed in Create Extended Storage, you can create the extended storage in SAP HANA Studio using a SQL console by executing the following:

SQL
CREATE EXTENDED STORAGE AT '<your.machine.name>' size 1000 MB;

Make sure to replace “&lt;your.machine.name&gt;” with your Dynamic Tiering hostname in the statement above.

To create extended storage in SAP HANA Cockpit first navigate to your resource. Then scroll down to “Dynamic Tiering Links” and click on “Configure Dynamic Tiering”.

Configure Dynamic Tiering
Configure Dynamic Tiering

You will be taken to a page where you can enter the size and the host name for the extended storage. You can enter the Dynamic Tiering host name and set the size as desired. Once the fields are populated, you can click the “Create” button on the bottom right to add the extended storage.

Create Extended Storage on Cockpit
Create Extended Storage on Cockpit

The “Delta” store option is also available here. If you want a delta enabled store, you must create the extended storage with the “Delta” option as “ON”. This is how you are able to create delta enabled extended tables as well.

Note: If you have created the extended storage without delta enabled, you will not be able to create delta enabled extended tables. You will need to drop and re-add the extended storage with the delta option switched “ON”.

Step 2 Removing Extended Storage
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 2
1. Creating Extended Storage 2. Removing Extended Storage

Learn more →