If you want to check the time stamp when was the last time delta merge done for a table in SAP HANA.
You can follow below simple steps.
If you want to perform Delta Merge manually, You can use below ways.
1. Using menu:
You can follow below simple steps.
- Go to tables in Catalog.
- Right click and apply filter to find quickly.
- Double click on the table.
- Go to Runtime Information.
- Details will be shown on delta size and last delta merge and other details.
You will see details as below screenshot.
1. Using menu:
- In the Systems view, navigate to the table.
- In the context menu of the table, choose Perform Delta Merge.
- Choose OK.
2. Using SQL: run the below SQL.
MERGE DELTA OF '<table_name>'
for more details on delta merge:
http://sapway.com/WILLSYS/HANADB/deltamerge.pdf
for more details on delta merge:
http://sapway.com/WILLSYS/HANADB/deltamerge.pdf