Re: PostgreSQL clustering VS MySQL clustering - Mailing list pgsql-performance

From Hannu Krosing
Subject Re: PostgreSQL clustering VS MySQL clustering
Date
Msg-id 1106732479.5587.4.camel@fuji.krosing.net
Whole thread Raw
In response to Re: PostgreSQL clustering VS MySQL clustering  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostgreSQL clustering VS MySQL clustering
List pgsql-performance
Ühel kenal päeval (teisipäev, 25. jaanuar 2005, 10:41-0500), kirjutas
Tom Lane:
> Hannu Krosing <hannu@tm.ee> writes:
> > Why is removing index entries essential ?
>
> Because once you re-use the tuple slot, any leftover index entries would
> be pointing to the wrong rows.

That much I understood ;)

But can't clearing up the index be left for "later" ?

Indexscan has to check the data tuple anyway, at least for visibility.
would adding the check for field sameness in index and data tuples be
too big performance hit ?

>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
--
Hannu Krosing <hannu@tm.ee>

pgsql-performance by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Possibly slow query
Next
From: "Andrei Bintintan"
Date:
Subject: Re: [SQL] OFFSET impact on Performance???