On Wed, Mar 5, 2014 at 12:32 PM, Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com> wrote:
> Hi All,
>
> Is there any ways by which i can disable the hot-update functionality?
>
Build an index on a volatile column. For example, to force pgbench to
bypass HOT updates for testing purposes I build an index on
pgbench_accounts (abalance).
Cheers,
Jeff