pgsql/doc/src/sgml/ref (psql-ref.sgml) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/doc/src/sgml/ref (psql-ref.sgml)
Date
Msg-id 200010240138.e9O1cMj65731@hub.org
Whole thread Raw
List pgsql-committers
  Date: Monday, October 23, 2000 @ 21:38:22
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
     from hub.org:/home/projects/pgsql/tmp/cvs-serv65693/doc/src/sgml/ref

Modified Files:
    psql-ref.sgml

-----------------------------  Log Message  -----------------------------

Major overhaul of large-object implementation, by Denis Perchine with
kibitzing from Tom Lane.  Large objects are now all stored in a single
system relation "pg_largeobject" --- no more xinv or xinx files, no more
relkind 'l'.  This should offer substantial performance improvement for
large numbers of LOs, since there won't be directory bloat anymore.
It'll also fix problems like running out of locktable space when you
access thousands of LOs in one transaction.
Also clean up cruft in read/write routines.  LOs with "holes" in them
(never-written byte ranges) now work just like Unix files with holes do:
a hole reads as zeroes but doesn't occupy storage space.
INITDB forced!


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/contrib/vacuumlo (vacuumlo.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/libpq (be-fsstubs.c)