Re: Problem with reading data from standby server ? - Mailing list pgsql-general

From Andres Freund
Subject Re: Problem with reading data from standby server ?
Date
Msg-id 201204211159.07501.andres@anarazel.de
Whole thread Raw
In response to Problem with reading data from standby server?  (Condor <condor@stz-bg.com>)
Responses Re: Problem with reading data from standby server?  (Condor <condor@stz-bg.com>)
List pgsql-general
On Friday, April 20, 2012 10:39:25 AM Condor wrote:
> array_accumulate aggregate is:
>
>
> CREATE AGGREGATE array_accumulate (
>      sfunc = array_append,
>      basetype = anyelement,
>      stype = anyarray,
>      initcond = '{}'
> );
Btw, if you replace that by array_agg which is builtin in any version support
HS/SR the whole query might finish faster and thus is less likely to cause
conflicts.

If youre already on 9.1 you might also want to look into hot_standby_feedback
that can also reduce the likelihood of conflicts by informing the master what
is going on on the standby.

Greetings,

Andres

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: yum repo issue
Next
From: "F. BROUARD / SQLpro"
Date:
Subject: Starnge things with big datas...