Re: Data Loss After Restore? - Mailing list pgsql-admin

From Dan Langille
Subject Re: Data Loss After Restore?
Date
Msg-id 20020403110947.V93107-100000@m20.unixathome.org
Whole thread Raw
In response to Data Loss After Restore?  (Trevor Astrope <astrope@e-corp.net>)
List pgsql-admin
On Wed, 3 Apr 2002, Trevor Astrope wrote:

> I restored a 7.1.3 database to another machine which seems to have went
> fine. However, the data on the disk is less than the original machine...
> There is only 6.5GB in pgsql/dta/base on my test machine and the same
> directory on the production machine was at 8.4GB at the time of the dump.
> This was after a vacuum.
>
> I didn't see any errors when restoring the database, so I'm confused why
> the restored database takes up so much less space... Is there any reason
> why this would happen? Is there any easy way to see where I may have lost
> data?

My initial guess is that 'dead-space' within the original files has now
been freed up by unloading and then reloading the data.  Such dead space
occurs when rows are deleted, etc.  vacuum cleans up this space.
Although I'm not sure if a vacuum would also reduce the database size
(i.e. the disk space consumed).


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: INDEX issues
Next
From: Tom Lane
Date:
Subject: Re: Data Loss After Restore?