Re: parameter "vacuum_defer_cleanup_age"

From: Tulio <tulio(at)informidia(dot)com(dot)br>
To: Marti Raudsepp <marti(at)juffo(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: parameter "vacuum_defer_cleanup_age"
Date: 2012-02-02 12:50:16
Message-ID: 4F2A8688.1040300@informidia.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#333333">
Hi Marti,<br>
<br>
The parameter statement_timeout isn't configured..<br>
I'm using the value default.. 0.. <br>
<br>
And this is happening when I'm doing large querys on the slave..<br>
<br>
thanks,<br>
Tulio<br>
<br>
Em 01/02/2012 12:33, Marti Raudsepp escreveu:
<blockquote
cite="mid:CABRT9RC=XoYRx=eHtkAYSxAGesU_hKGAORCzZV1WbqkGfOmYWw(at)mail(dot)gmail(dot)com"
type="cite">
<pre wrap="">On Mon, Jan 30, 2012 at 20:55, Tulio <a class="moz-txt-link-rfc2396E" href="mailto:tulio(at)informidia(dot)com(dot)br">&lt;tulio(at)informidia(dot)com(dot)br&gt;</a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have 2 servers, working with Hot-Standby and Streaming Replication...
and when we executed some query much large returns a message..
"canceling statement due to statement timeout"
I want know, how can I calculate the better value to "vacuum_defer_cleanup_age" in my case?
</pre>
</blockquote>
<pre wrap="">
This error doesn't happen due to recovery conflict, so
vacuum_defer_cleanup_age doesn't make any difference. The error
happens because the statement_timeout setting is configured somewhere
(maybe per-database or per-user settings). Set it to 0 to disable the
statement timeout.

Regards,
Marti
</pre>
</blockquote>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.4 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2012-02-02 13:20:59 Re: Is it possible to speed up addition of "not null"?
Previous Message Andrew Sullivan 2012-02-02 12:26:15 Re: Is it possible to speed up addition of "not null"?