Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Strange (?) Index behavior? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Strange (?) Index behavior?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Strange (?) Index behavior?  (Allen Landsidel <[email protected]>)
Responses Re: Strange (?) Index behavior?
List pgsql-performance
Allen Landsidel <[email protected]> writes:
> Clustering is really unworkable in this situation.

Nonetheless, please do it in your test scenario, so we can see if it has
any effect or not.

The speed you're getting works out to about 7.2 msec/row, which would be
about right if every single row fetch caused a disk seek, which seems
improbable unless the table is just huge compared to your available RAM.

            regards, tom lane

pgsql-performance by date:

Previous
From: Allen Landsidel
Date:
Subject: Re: Strange (?) Index behavior?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Strange (?) Index behavior?