- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Load and unload a table in SAP HANA using SQL query
In SAP HANA, it is possible to manually load and unload individual tables and table columns.
- You can perform loading of table to precisely measure the total or “worst case” amount of memory used by a particular table.
- A table is unload from database to actively free up memory.
You can use following SQL queries to perform load/unload of table −
LOAD <table_name> UNLOAD <table_name>
- Related Articles
- Create table SQL query in SAP HANA
- Executing a SQL query in SAP HANA Studio
- SQL query to check SAP HANA system version
- Sort data in SQL using Dynamic SQL in SAP HANA
- Opening SQL editor using SAP HANA Studio
- Creating a Standard user in SAP HANA system using SQL
- Creating a new remote source in SAP HANA using SQL
- SQL statement to add a table as Virtual table in SAP HANA Smart Data Access
- Converting BLOB to Char in SAP HANA using SQL
- Converting BLOB to Char in SAP HANA using SQL
- Loading an individual column in SAP HANA using SQL
- Difference between Open SQL, Native SQL in SAP HANA
- Create User SQL in SAP HANA database
- Create View SQL in SAP HANA database
- Using Group by hour in SAP HANA table

Advertisements