Re: Migrating tables to new tablespace, freed up space doesn't match moved data

From: Prashanth Ranjalkar <prashant(dot)ranjalkar(at)gmail(dot)com>
To: Brian Fehrle <brianf(at)consistentstate(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Migrating tables to new tablespace, freed up space doesn't match moved data
Date: 2013-02-21 01:41:15
Message-ID: CAMBytER7K6a+NZ0-w3ZmeoV+dRn-p+pie9vwCLsOR1-Jj_jOFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

When any files that are in large size moved out or deleted, the reclaiming
of the space at certain operating system level may not be fast enough as
soon as the operation is completed and may take time.. Another possibility
would be that stats are not updated, worth to analyze the tables that are
moved into tablespace.

**
*Thanks & Regards,*
*** *
*Prashanth Ranjalkar*
*Database Consultant & Architect*
*www.postgresdba.net*

On Thu, Feb 21, 2013 at 2:45 AM, Brian Fehrle <brianf(at)consistentstate(dot)com>wrote:

> Hi all,
>
> I've set up a tablespace on a different partition from the main data
> directory. I moved a few tables and indexes over to the new tablespace and
> the disk space used in this new tablespace doesn't match the amount of data
> 'freed up' from the main data directory. The tablespace is sitting at 15 GB
> used, but the space freed up on the main partition is about 10 GB.
>
> Any thoughts as to why I didn't see as much space freed up as I thought I
> would?
>
> Thanks,
> - Brian F
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-admin<http://www.postgresql.org/mailpref/pgsql-admin>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ned Wolpert 2013-02-21 18:16:42 Database corruption event, unlockable rows, possibly bogus virtual xids? (-1/4444444444)
Previous Message Prashanth Ranjalkar 2013-02-21 01:40:06 Re: Pg 9.1 master-slave replication