Re: Disk Access Question

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Subject: Re: Disk Access Question
Date: 2005-09-27 01:28:53
Message-ID: 4338A055.3030807@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Robert Treat wrote:
> On Tuesday 20 September 2005 13:55, Chris Hoover wrote:
>> I have a question on disk access.
>>
>> How often is PostgreSQL accessing/touching the files that are on the hard
>> drive?
>>
>> What I'm trying to ask is, is PostgreSQL constantly updating access
>> timestamps or something like that on the database files even if they are
>> not being queried? This questions comes from an Oracle background where
>> Oracle was updating the individual files every 3 seconds if I am
>> remembering correctly.
>>
>> I am trying to figure out besides the queries, what sort of accessing is
>> PostgreSQL doing to my drives so we can try and resolve some i/o issues.
>>
>
> AFAIK unless your actually doing something,it wont access your data files at
> all. Note that something is pretty wide here, insert/update/vacuum/analyze
> and even select will cause file access but otherwise it wont.

You can mount your partition ( on Linux ) specifing the "noatime" option this
will avoid your inode access time to be updated when files are only read.
Postgres do not use this information so you are safe.

Regards
Gaetano Mendola

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Frost 2005-09-27 02:58:05 slony logwatch filter?
Previous Message Jim C. Nasby 2005-09-26 17:38:09 Re: vacuum message