Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Disk_Size of dropped table (Removing table from Harddisk)

$
0
0

You definitively want to read up about HANA Administration... I could recommend a well received book for this case

 

Anyhow, just like nearly any other DBMS SAP HANA doesn't allocate space on disk table by table, but rather in a bulk fashion. When you delete data it will not give the space back to the file system but keep it allocated for further reuse.

You might "reorganize"/"shrink" your data files via the ALTER SYSTEM command, but actually that's not what you want to do in your case.

 

Looking at your screen shot I'd guess that you are looking at the effect discussed hereThe $delta$ container is not releasing space

 

So check if SAP note 2144274 applies to your system.

 

- Lars


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>