Postgres Table Size

From: stewarrb(at)yahoo(dot)com (Bo Stewart)
To: pgsql-admin(at)postgresql(dot)org
Subject: Postgres Table Size
Date: 2003-10-31 17:55:49
Message-ID: 9a41d107.0310310955.2c5432ef@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have a table like the following

create table test {
id int8,
lastupdate date,
balance numeric(12, 2) };

With an index:
create index ix_test(id, lastupdate);

This table currently has 6 million records. I have done a vacuum full
and reindex this morning. The file associated with this table is 1g
on disk. This seems a lot high to me? Am I wrong, any help would be
greatly appreciated.

Thank You,
Bo Stewart

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-10-31 18:11:54 Re: Error compiling 7.3.4 on Solaris 9
Previous Message Naomi Walker 2003-10-31 16:58:35 Re: performance problem - 10.000 databases