Re: visibility map - what do i miss? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: visibility map - what do i miss?
Date
Msg-id b42b73150812060800p55234da5qdca6a4ce37814b8c@mail.gmail.com
Whole thread Raw
In response to Re: visibility map - what do i miss?  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-general
On Sat, Dec 6, 2008 at 8:38 AM, Merlin Moncure <mmoncure@gmail.com> wrote:
> So what do we gather from this?  Well, the feature works as
> advertised.  I think that as long as your updates are not uniformly
> distributed across pages, vismap is a huge performance win for many
> workloads.  I think the benefit will increase as the feature is
> tweaked in future versions.  vacuum times are one of the things that
> make dealing with large tables difficult, and force us to use
> partitioning (which is, frankly, a hack).
>
> Why are new pages initialized dirty?  Do inserts on pages set the dirty bit?

dumb question...there is no guarantee the transaction will be committed.

merlin

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Unique constaint violated without being violated
Next
From: Sebastian Tennant
Date:
Subject: Re: Resp.: Automatic insert statement generator?