gooderp18绿色标准版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
3.6KB

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>34.1. Introduction</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="largeobjects.html" title="Chapter 34. Large Objects" /><link rel="next" href="lo-implementation.html" title="34.2. Implementation Features" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">34.1. Introduction</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="largeobjects.html" title="Chapter 34. Large Objects">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="largeobjects.html" title="Chapter 34. Large Objects">Up</a></td><th width="60%" align="center">Chapter 34. Large Objects</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 12.4 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="lo-implementation.html" title="34.2. Implementation Features">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="LO-INTRO"><div class="titlepage"><div><div><h2 class="title" style="clear: both">34.1. Introduction</h2></div></div></div><a id="id-1.7.4.6.2" class="indexterm"></a><p>
  3. All large objects are stored in a single system table named <a class="link" href="catalog-pg-largeobject.html" title="51.30. pg_largeobject"><code class="structname">pg_largeobject</code></a>.
  4. Each large object also has an entry in the system table <a class="link" href="catalog-pg-largeobject-metadata.html" title="51.31. pg_largeobject_metadata"><code class="structname">pg_largeobject_metadata</code></a>.
  5. Large objects can be created, modified, and deleted using a read/write API
  6. that is similar to standard operations on files.
  7. </p><p>
  8. <span class="productname">PostgreSQL</span> also supports a storage system called
  9. <a class="link" href="storage-toast.html" title="68.2. TOAST"><span class="quote">“<span class="quote"><acronym class="acronym">TOAST</acronym></span>”</span></a>,
  10. which automatically stores values
  11. larger than a single database page into a secondary storage area per table.
  12. This makes the large object facility partially obsolete. One
  13. remaining advantage of the large object facility is that it allows values
  14. up to 4 TB in size, whereas <acronym class="acronym">TOAST</acronym>ed fields can be at
  15. most 1 GB. Also, reading and updating portions of a large object can be
  16. done efficiently, while most operations on a <acronym class="acronym">TOAST</acronym>ed
  17. field will read or write the whole value as a unit.
  18. </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="largeobjects.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="largeobjects.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="lo-implementation.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 34. Large Objects </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 34.2. Implementation Features</td></tr></table></div></body></html>
上海开阖软件有限公司 沪ICP备12045867号-1