Thread: Disable hot-update functionality
Hi All,
Is there any ways by which i can disable the hot-update functionality?
--
Regards,
Regards,
Rohit Goyal
On Wed, Mar 5, 2014 at 5:32 PM, Rohit Goyal <rhtgyl.87@gmail.com> wrote:
>
> Hi All,
>
> Is there any ways by which i can disable the hot-update functionality?
>
Grettings,
--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog sobre TI: http://fabriziomello.blogspot.com
>> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
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