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

From Tom Lane
Subject Re: PostgreSQL clustering VS MySQL clustering
Date
Msg-id 14870.1106752663@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL clustering VS MySQL clustering  (Hannu Krosing <hannu@tm.ee>)
List pgsql-performance
Hannu Krosing <hannu@tm.ee> writes:
> But can't clearing up the index be left for "later" ?

Based on what?  Are you going to store the information about what has to
be cleaned up somewhere else, and if so where?

> 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 ?

It does pretty much suck, especially when you think about functional
indexes on expensive functions.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Peter Darley"
Date:
Subject: Re: Possibly slow query
Next
From: PFC
Date:
Subject: Re: [SQL] OFFSET impact on Performance???