Re: Can you please suggest how to configure hot_standby_feedback?

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Can you please suggest how to configure hot_standby_feedback?
Date: 2019-10-31 08:02:19
Message-ID: db020427-f73c-7ce8-5b8d-17dc49d43f44@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 31.10.19 um 06:21 schrieb M Tarkeshwar Rao:
>
> Can you please suggest how to configure hot_standby_feedback?
>
>

turn it on if you want execute long running queries on the standby, keep
in mind it can lead to more bloat on the master.

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2019-10-31 14:22:19 Re: Automatically parsing in-line composite types
Previous Message M Tarkeshwar Rao 2019-10-31 07:15:01 RE: Getting following error in using cursor to fetch the records from a large table in c language