Re: Disable hot-update functionality - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: Disable hot-update functionality
Date
Msg-id CAMkU=1wdGE=+axjsE5k0zTVjraa9G3n1wTyP6RmE6pn0-QaCNA@mail.gmail.com
Whole thread Raw
In response to Disable hot-update functionality  (Rohit Goyal <rhtgyl.87@gmail.com>)
List pgsql-hackers
On Wed, Mar 5, 2014 at 12:32 PM, Rohit Goyal <rhtgyl.87@gmail.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

pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: jsonb and nested hstore
Next
From: Florian Pflug
Date:
Subject: Re: [PATCH] Negative Transition Aggregate Functions (WIP)