PostgreSQL
PrevChapter 42. Large ObjectsNext

Inversion Large Objects

The Inversion large object implementation breaks large objects up into "chunks" and stores the chunks in tuples in the database. A B-tree index guarantees fast searches for the correct chunk number when doing random access reads and writes.


PrevHomeNext
Large ObjectsUpLarge Object Interfaces