On Mon, 12 Sep 2005 00:47:57 +0300, Ksenia Marasanova
<ksenia(dot)marasanova(at)gmail(dot)com> wrote:
> -> Seq Scan on user_ (cost=0.00..7430.63 rows=12763 width=245)
>(actual time=360.431..1120.012 rows=12763 loops=1)
If 12000 rows of the given size are stored in more than 7000 pages, then
there is a lot of free space in these pages. Try VACUUM FULL ...
Servus
Manfred