Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.1. Introduction
Prev UpChapter 35. Large ObjectsHome Next

35.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 calledTOAST”, 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.


Prev Up Next
Chapter 35. Large Objects Home 35.2. Implementation Features
pdfepub
Go to PostgreSQL 14
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp