転置ラージオブジェクト

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- ツリーインデックスは読み書き用のランダム アクセスに際して、正確なチャンク番号の高速検索を保証してい ます。