Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads

32.1. Introduction

All large objects are stored in a single system table namedpg_largeobject. Each large object also has an entry in the system tablepg_largeobject_metadata. Large objects can be created, modified, and deleted using a read/write API that is similar to standard operations on files.

PostgreSQL also supports a storage system called"TOAST", which 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 4 TB in size, whereasTOASTed fields can be at most 1 GB. Also, reading and updating portions of a large object can be done efficiently, while most operations on aTOASTed field will read or write the whole value as a unit.


PrevHomeNext
Large ObjectsUpImplementation Features
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp