January 2019
Beginner
556 pages
14h 19m
English
Managing disk space and assigning table spaces to tables as well as databases requires knowledge of the size of the database and database objects. When performing a logical restore of a certain table, you could get information about the progress by comparing the original database table size to the one that is being restored. Finally, the database object size often gives information about bloats.
To get the database size, you can get the oid database from the pg_database table ...
Read now
Unlock full access