PostgreSQL
PrevChapter 43. ラージ(巨大な)オブジェクト(Large Objects)Next

転置ラージオブジェクト

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. ランダムアクセスによる読み書きを行っている時、B-tree インデックス は正しいチャンク番号の高速な検索を保証します。


PrevHomeNext
ラージ(巨大な)オブジェクト(Large Objects)Upラージオブジェクト・インターフェース