November 2015
Beginner
464 pages
9h 46m
English
Managing disk space and assigning table spaces to tables as well as databases requires knowledge about the size of the database and database objects. When performing a logical restore, one could get information about the progress by comparing the original database size and the one which is being restored. Finally, the database object size often gives information about bloats.
Getting the database size is an important administration task because it allows the administrator to put migration plans and handle common maintenance issues, such as out-of-space and bloat issues.
To get the database size, one can get the oid database from the pg_database table and run the Linux command, ...
Read now
Unlock full access