To get an overview about how much space is taken by what database, call:
To get more details, call:
It will show 3 columns:
Table
– The name of the tableSize
– The total size that this table takesExternal Size
– The size that related objects of this table like indices take
If you want to dig in deeper and see the size of all objects (at least of 64kB):
This will show 4 columns:
objectname
– The name of the objectobjecttype
–r
for the table,i
for an index,t
for toast data, ...#entries
– The number of entries in the object (e.g. rows)size
– The size of the object
No comments:
Post a Comment