gooderp18绿色标准版
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lignes
3.3KB

  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>28.2. Disk Full Failure</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="disk-usage.html" title="28.1. Determining Disk Usage" /><link rel="next" href="wal.html" title="Chapter 29. Reliability and the Write-Ahead Log" /></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">28.2. Disk Full Failure</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="disk-usage.html" title="28.1. Determining Disk Usage">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="diskusage.html" title="Chapter 28. Monitoring Disk Usage">Up</a></td><th width="60%" align="center">Chapter 28. Monitoring Disk Usage</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="wal.html" title="Chapter 29. Reliability and the Write-Ahead Log">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="DISK-FULL"><div class="titlepage"><div><div><h2 class="title" style="clear: both">28.2. Disk Full Failure</h2></div></div></div><p>
  3. The most important disk monitoring task of a database administrator
  4. is to make sure the disk doesn't become full. A filled data disk will
  5. not result in data corruption, but it might prevent useful activity
  6. from occurring. If the disk holding the WAL files grows full, database
  7. server panic and consequent shutdown might occur.
  8. </p><p>
  9. If you cannot free up additional space on the disk by deleting
  10. other things, you can move some of the database files to other file
  11. systems by making use of tablespaces. See <a class="xref" href="manage-ag-tablespaces.html" title="22.6. Tablespaces">Section 22.6</a> for more information about that.
  12. </p><div class="tip"><h3 class="title">Tip</h3><p>
  13. Some file systems perform badly when they are almost full, so do
  14. not wait until the disk is completely full to take action.
  15. </p></div><p>
  16. If your system supports per-user disk quotas, then the database
  17. will naturally be subject to whatever quota is placed on the user
  18. the server runs as. Exceeding the quota will have the same bad
  19. effects as running out of disk space entirely.
  20. </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="disk-usage.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="diskusage.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="wal.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">28.1. Determining Disk Usage </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 29. Reliability and the Write-Ahead Log</td></tr></table></div></body></html>
上海开阖软件有限公司 沪ICP备12045867号-1