File: disk-full.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (39 lines) | stat: -rw-r--r-- 2,175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>25.2.Disk Full Failure</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="diskusage.html" title="Chapter25.Monitoring Disk Usage">
<link rel="prev" href="diskusage.html" title="Chapter25.Monitoring Disk Usage">
<link rel="next" href="wal.html" title="Chapter26.Reliability and the Write-Ahead Log">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="disk-full"></a>25.2.Disk Full Failure</h2></div></div></div>
<p>   The most important disk monitoring task of a database administrator
   is to make sure the disk doesn't grow full.  A filled data disk will
   not result in data corruption, but it may well prevent useful activity
   from occurring. If the disk holding the WAL files grows full, database
   server panic and consequent shutdown may occur.
  </p>
<p>   If you cannot free up additional space on the disk by deleting
   other things, you can move some of the database files to other file
   systems by making use of tablespaces. See <a href="manage-ag-tablespaces.html" title="19.6.Tablespaces">Section19.6, &#8220;Tablespaces&#8221;</a> for more information about that.
  </p>
<div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Tip</h3>
<p>    Some file systems perform badly when they are almost full, so do
    not wait until the disk is completely full to take action.
   </p>
</div>
<p>   If your system supports per-user disk quotas, then the database
   will naturally be subject to whatever quota is placed on the user
   the server runs as.  Exceeding the quota will have the same bad
   effects as running out of space entirely.
  </p>
</div></body>
</html>