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

Database size with large objects



Title: Database size with large objects

I'm running postgresql 8.1.8 on RHEL4.

I have a database with a single table that includes an oid reference to a
large object.  After loading 100GB of large objects using lo_import(), I
find that my total database size has grown by about 270GB.  What is the
reason for the difference in space usage?

There are about 400,000 records in the table, with each large object the
same size (on average).  I have autovacuum running, and had done a vacuum
--full --analyze prior to the load.

Max_fsm_pages is very high (1,500,000), and the vacuum --analyze confirms
that it is sufficient.

Is this just something that I have to live with?

Thanks,

Mike



Home | Main Index | Thread Index

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