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>

Updated on: 2020-03-13T08:00:05+05:30

1K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements