Re[2]: [GENERAL] Joins and links - Mailing list pgsql-general

From Leon
Subject Re[2]: [GENERAL] Joins and links
Date
Msg-id 11879.990705@udmnet.ru
Whole thread Raw
In response to Re: [GENERAL] Joins and links  (David Warnock <david@sundayta.co.uk>)
List pgsql-general
Hello David,

Monday, July 05, 1999 you wrote:

D> I should say at this point that I never actually used the CLUSTER
D> feature in MS SQL Server as we decided not to use that product after
D> evaluating it. So I have no practical experience to know how much of the
D> speed improvement wanted by Leon it would deliver.

Not much. Because the main idea is to eliminate index scans
entirely, whereas CLUSTER is merely "CLUSTER will help because once the index
identifies the heap page for the first row that matches, all other rows that
match are probably already on the same heap page, saving disk accesses and
speeding up the query." - this is at best a few percent gain and means
nothing if the database is entirely in memory (as it often is).

Best regards, Leon



pgsql-general by date:

Previous
From: Cesar Lombao
Date:
Subject: postgres 6.5 with RH 6.0
Next
From: Cesar Lombao
Date:
Subject: crypt in RH 6.0