Re: Tsearch2 Initial Search Speed - Mailing list pgsql-performance

From Matthew Wakeling
Subject Re: Tsearch2 Initial Search Speed
Date
Msg-id Pine.LNX.4.64.0806171228480.3987@aragorn.flymine.org
Whole thread Raw
In response to Re: Tsearch2 Initial Search Speed  (Howard Cole <howardnews@selestial.com>)
Responses Re: Tsearch2 Initial Search Speed  (Howard Cole <howardnews@selestial.com>)
List pgsql-performance
On Tue, 17 Jun 2008, Howard Cole wrote:
> They both appear to do a scan on the email table (Why?).

The indexes don't contain copies of the row data. They only contain
pointers to the rows in the table. So once the index has been consulted,
Postgres still needs to look at the table to fetch the actual rows. Of
course, it only needs to bother looking where the index points, and that
is the benefit of an index.

Matthew

--
I've run DOOM more in the last few days than I have the last few
months.  I just love debugging ;-)  -- Linus Torvalds

pgsql-performance by date:

Previous
From: Howard Cole
Date:
Subject: Re: Tsearch2 Initial Search Speed
Next
From: Howard Cole
Date:
Subject: Re: Tsearch2 Initial Search Speed