Search code examples
monetdb

Monetdb - tables size in the database


I've loaded .tbl files in the tables, now how I can see the total space used on the disk by the database? I'm using Fedora


Solution

  • The disk footprint can be assessed using the (Linux) command 'du' on the dbfarm directory or to run the query 'select * from storage();

    Source: http://www.monetdb.org/Documentation/Userguide/diskspace