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 archives
  Advanced Search

Re: pgadmin3 and partitionned tables


  • From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
  • To: Marc Cousin <mcousin(at)sigma(dot)fr>
  • Cc: pgadmin-support(at)postgresql(dot)org
  • Subject: Re: pgadmin3 and partitionned tables
  • Date: Mon, 10 Apr 2006 09:54:20 +0200
  • Message-id: <443A0F2C.5080908@pse-consulting.de> <text/plain>

Marc Cousin wrote:
Hi,

I've got a partitionned table with PG 8.1, and I'm using pgadmin3 1.4.1.
I'm having problems using pgadmin because it tries to count the elements of the partitionned table...

The main table contains 0 record (so the stats say 0), so pgadmin decides it can count all the elements from the table... but the count() on this table is avout 40 000 000 record including all the partitions. The consequence is that everytime I click on the main table, pgadmin scans all the partitions (taking about 3 minutes and slowing down the server...)

Is this a known problem ?

Yes. You clearly ignored the Guru's hint to vacuum.

Regards,
Andreas



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group