Re: reltuples after vacuum and analyze

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Litao Wu <litaowu(at)yahoo(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: reltuples after vacuum and analyze
Date: 2005-01-25 18:43:51
Message-ID: 5692.1106678631@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Litao Wu <litaowu(at)yahoo(dot)com> writes:
> reasonable size. But I do not understand
> why "analyze" bloats the table size so
> big??

ANALYZE won't bloat anything. I suppose you have other processes
inserting or updating data in the table meanwhile.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Litao Wu 2005-01-25 18:48:08 Re: reltuples after vacuum and analyze
Previous Message Litao Wu 2005-01-25 18:41:16 Re: reltuples after vacuum and analyze