Re: HOT patch - version 14 - Mailing list pgsql-patches

From Pavan Deolasee
Subject Re: HOT patch - version 14
Date
Msg-id 2e78013d0708310023u448c568bxa1c0c809d6e99910@mail.gmail.com
Whole thread Raw
In response to Re: HOT patch - version 14  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: HOT patch - version 14  (Decibel! <decibel@decibel.org>)
List pgsql-patches


On 8/31/07, Pavan Deolasee <pavan.deolasee@gmail.com> wrote:

 
In fact, now that I think about it there is no other
fundamental reason to not support HOT on system tables. So we
can very well do what you are suggesting.



On second thought, I wonder if there is really much to gain by
supporting HOT on system tables and whether it would justify all
the complexity. Initially I thought about CatalogUpdateIndexes to
which we need to teach HOT. Later I also got worried about
building the HOT attribute lists for system tables and handling
all the corner cases for bootstrapping and catalog REINDEX.
It might turn out to be straight forward, but I am not able to
establish that with my limited knowledge in the area.

I would still vote for disabling HOT on catalogs unless you see
strong value in it.

Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: HOT patch - version 14
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] enum types and binary queries