| PostgreSQL 9.2.4 Documentation | ||||
|---|---|---|---|---|
| Prev | Up | Chapter 32. Large Objects | Next | |
All large objects are placed in a single system table called
pg_largeobject. PostgreSQL also supports a storage system
called "TOAST" that automatically stores
values larger than a single database page into a secondary
storage area per table. This makes the large object facility
partially obsolete. One remaining advantage of the large object
facility is that it allows values up to 2 GB in size, whereas
TOASTed fields can be at most
1 GB. Also, large objects can be randomly modified using a
read/write API that is more efficient than performing such
operations using TOAST.
Please use this form to add your own comments regarding your experience with particular features of PostgreSQL, clarifications of the documentation, or hints for other users. Please note, this is not a support forum, and your IP address will be logged. If you have a question or need help, please see the faq, try a mailing list, or join us on IRC. Note that submissions containing URLs or other keywords commonly found in 'spam' comments may be silently discarded. Please contact the webmaster if you think this is happening to you in error.
Proceed to the comment form.