On Friday 10 November 2006 08:53, Simon Riggs wrote:
> On Fri, 2006-11-10 at 12:32 +0100, Zeugswetter Andreas ADI SD wrote:
> > 4. although at first it might seem so I see no advantage for vacuum with
> > overflow
>
> No need to VACUUM the indexes, which is the most expensive part. The
> more indexes you have, the more VACUUM costs, not so with HOT.
>
This isn't exactly true though right? Since the more indexes you have, the
more likely it is that your updating an indexed column, which means HOT isn't
going to work for you. One common use case that seems problematic is the
indexed, frequently updated timestamp field.
--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL