Is there history information inside the HANA database about the database growth( we are in sp6), if yes how can we find out , and is this a right query to get the current disk usage
select sum(allocated_page_size) from M_CONVERTER_STATISTICS
Thank you
Jonu Joy