Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

VACUUM FULL does not works.......


  • From: asif ali <asif_icrossing(at)yahoo(dot)com>
  • To: pgsql-performance(at)postgresql(dot)org
  • Subject: VACUUM FULL does not works.......
  • Date: Wed, 6 Dec 2006 09:07:03 -0800 (PST)
  • Message-id: <155293(dot)25526(dot)qm(at)web58414(dot)mail(dot)re3(dot)yahoo(dot)com>

Hi,
I have a "product" table having 350 records. It takes approx 1.8 seconds to get all records from this table. I copies this table to a "product_temp" table and run the same query to select all records; and it took 10ms(much faster).
I did "VACUUM FULL" on "product" table but It did not work.

I checked the file size of these two tables. 
"product" table's file size is "32mb" and
"product_temp" table's file size is "72k".

So, it seems that "VACUUM FULL" is not doing anything.
Please suggest.

asif ali
icrossing inc.


Have a burning question? Go to Yahoo! Answers and get answers from real people who know.

Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group