Re: Odd blocking (or massively latent) issue - even with EXPLAIN

From: "Martin French" <Martin(dot)French(at)romaxtech(dot)com>
To: Jim Vanns <james(dot)vanns(at)framestore(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org,pgsql-performance-owner(at)postgresql(dot)org
Subject: Re: Odd blocking (or massively latent) issue - even with EXPLAIN
Date: 2012-07-24 09:18:53
Message-ID: OFD096C18F.C98A054A-ON80257A45.0032E783-80257A45.00332C2A@LocalDomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

<html><body><p><tt><font size="2">Hi Jim,</font></tt><br><br><tt><font size="2">&gt; <br>&gt; I've already tried something very similar using dd. No performance<br>&gt; penalties during a normal running of the system - or when this blocking<br>&gt; happens either actually. But I agree, it does indeed sound like some<br>&gt; sort of I/O problem. I just don't know what! I do have a few more tricks<br>&gt; up my sleeve that I'll try today. I'll post any results that I have.<br></font></tt><br><tt><font size="2">Ok, let me know how you get on. </font></tt><br><br><tt><font size="2">&gt; <br>&gt; That latter test - won't that pretty much just read from the page cache?<br>&gt; 'sync' may well have forced dirty pages to disk but does it actually<br>&gt; evict them to?<br></font></tt><br><tt><font size="2">Basically, the cache is avoided because of the size of the file. 6000000 blocks at 8k exceeds the size of RAM in the machine, so it *should* miss the cache and hit the disk directly. :)</font></tt><br><br><tt><font size="2">&gt; <br>&gt; Anyway, that is off topic... perhaps ;)<br>&gt; <br>&gt; Thanks again,<br>&gt; <br>&gt; Jim<br>&gt; <br></font></tt><br><tt><font size="2">Cheers</font></tt><br><br><tt><font size="2">Martin </font></tt><font face="sans-serif">=============================================

Romax Technology Limited
Rutherford House
Nottingham Science & Technology Park
Nottingham,
NG7 2PZ
England

Telephone numbers:
+44 (0)115 951 88 00 (main)

For other office locations see:
http://www.romaxtech.com/Contact
=================================
===============
E-mail: info(at)romaxtech(dot)com
Website: www.romaxtech.com
=================================

================
Confidentiality Statement
This transmission is for the addressee only and contains information that is confidential and privileged.
Unless you are the named addressee, or authorised to receive it on behalf of the addressee
you may not copy or use it, or disclose it to anyone else.
If you have received this transmission in error please delete from your system and contact the sender. Thank you for your cooperation.
=================================================</font>
</body></html>

Attachment Content-Type Size
unknown_filename text/html 2.1 KB

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim Vanns 2012-07-24 09:34:11 Re: Odd blocking (or massively latent) issue - even with EXPLAIN
Previous Message Daniele Varrazzo 2012-07-24 09:06:15 Re: Shards + hash = forever running queries