Re: VACUUM FULL doesn't reduce table size

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: pinker <pinker(at)onet(dot)eu>, pgsql-general(at)postgresql(dot)org
Subject: Re: VACUUM FULL doesn't reduce table size
Date: 2015-03-09 15:54:15
Message-ID: 54FDC227.10705@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/09/2015 08:05 AM, pinker wrote:
> select * from pg_stat_activity where state ilike 'idle in transaction%' it's
> empty.
>
>> And there is no relation between this table and the tables or functions
> being queried?
>
> no...
>
>> If snapshot is what I think it means, you might want to point them at:
>
>> http://www.postgresql.org/docs/9.3/interactive/backup-file.html
>
> hmmm, maybe it's because WAL is in another tablespace?

Well without information on how the 'snapshot' is being created it is
just speculation at the moment. I would say to move forward the
snapshot process needs to be spelled out.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-03-09 15:57:17 Re: VACUUM FULL doesn't reduce table size
Previous Message Kevin Grittner 2015-03-09 15:49:54 Re: VACUUM FULL doesn't reduce table size