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

Converting Between an In-Memory Table and an Extended Table

Convert an in-memory column store table to an extended table and vice versa.

Overview

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

You will learn

  • โœ”Converting between an in-memory and an extended table using SAP HANA Studio.
  • โœ”Converting between an in-memory and an extended table using SQL scripts.
Unknown U Unknown November 1, 2022
Created by November 3, 2016
Contributors

Prerequisites

Prerequisites

Steps

Next Steps

Time to Complete

15 Min.


Step 1 Convert to an In-Memory Table Using Studio
โ€”

In SAP HANA Administration Console perspective, go to the System view on the left side. By clicking the drop down arrow, expand Catalog > TPCH > Tables. Right click on the table NATION_DT and select Do Not Use Extended Storage to convert the table into an in-memory table.

Do Not Use Extended Storage
Do Not Use Extended Storage

When prompted to confirm the action, click Yes.

Confirm Disable Extended Storage
Confirm Disable Extended Storage

Once the conversion is complete, a pop up window will appear verifying that the change has been made, click OK to close the window.

Verify Not Use Extended Storage
Verify Not Use Extended Storage

Verify the table has been correctly converted. You should see that the NATION_DT table no longer has the “EXTENDED” attribute and is now an in-memory table.

Converted to In-memory
Converted to In-memory

Step 2 Convert to an Extended Table Using Studio
+
Step 3 Convert to an In-Memory Table Using SQL script
+
Step 4 Convert to an Extended Table Using SQL script
+
Step 5 Foreign Key Considerations
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Convert to an In-Memory Table Using Studio 2. Convert to an Extended Table Using Studio 3. Convert to an In-Memory Table Using SQL script 4. Convert to an Extended Table Using SQL script 5. Foreign Key Considerations

Learn more →