Re: Guide to Posting Slow Query Questions - Mailing list pgsql-performance

From Jeff Janes
Subject Re: Guide to Posting Slow Query Questions
Date
Msg-id CAMkU=1wG48HGRNZ2Qn2f1wPCd9KB5fbx-SjQ6ZQwynbShKbaLQ@mail.gmail.com
Whole thread
In response to Re: Guide to Posting Slow Query Questions  (Ants Aasma <ants@cybertec.at>)
List pgsql-performance
On Sun, Oct 7, 2012 at 7:43 AM, Ants Aasma <ants@cybertec.at> wrote:
> On Wed, Sep 26, 2012 at 11:11 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
>> On Wed, Sep 12, 2012 at 11:40 PM, Ants Aasma <ants@cybertec.at> wrote:
>>> I don't have any links for OS level monitoring, but with version 9.2
>>> track_io_timing would do the job.
>>
>> I don't know how to advice people on how to use this to obtain
>> information on a specific query.  Would someone else like to take a
>> stab at explaining that?
>
> I added a line suggesting that 9.2 users turn it on via SET
> track_io_timing TO on;

That was easy.  I thought there was more to it because I didn't get
any IO timing output when I tried it. But that was just because there
was nothing to output, as all data was in shared_buffers by the time I
turned the timing on.

Thanks,

Jeff


pgsql-performance by date:

Previous
From: "ktm@rice.edu"
Date:
Subject: Re: Support Create package
Next
From: "Sam Wong"
Date:
Subject: LIKE op with B-Tree Index?