Re: Disable hot-update functionality

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Disable hot-update functionality
Date: 2014-03-05 22:15:31
Message-ID: CAMkU=1wdGE=+axjsE5k0zTVjraa9G3n1wTyP6RmE6pn0-QaCNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2014-03-05 22:18:35 Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Previous Message Merlin Moncure 2014-03-05 22:14:41 Re: jsonb and nested hstore