Ok I found out how one can determine the overall size of the DB, and the memory pagesize, i.e.: In the mserver type: variable_name := bbp.getDiskSpace(); io.print(variable_name); and variable_name := bbp.getPageSize(); io.print(variable_name); However, I still dont know how I can get the size of a specific table. Regards, david david85 wrote:
Hello,
I am currently trying to figure out how I can determine the size, i.e. the disk space, of the different tables. I know that they are stored in the dbfarm/database_name/bat folder, but I don't know which folder holds the data for which table. I looked at the manual but the bbp.getDiskSpace command didn't work (or maybe I used it wrong). I have also searched for this topic, but there was no concrete answer. Thank you in advance.
Best Regards
-- View this message in context: http://www.nabble.com/Help-with-table-sizes-tp25728470p25768222.html Sent from the monetdb-users mailing list archive at Nabble.com.