Re: would number of fields in a table affect search-query time? - Mailing list pgsql-performance

From Tom Lane
Subject Re: would number of fields in a table affect search-query time?
Date
Msg-id 7324.1096932729@sss.pgh.pa.us
Whole thread Raw
In response to would number of fields in a table affect search-query time?  (Miles Keaton <mileskeaton@gmail.com>)
List pgsql-performance
Miles Keaton <mileskeaton@gmail.com> writes:
> What surprised me the most is that the subset, even in the original
> database, gave search results MUCH faster than the full table!

The subset table's going to be physically much smaller, so it could just
be that this reflects smaller I/O load.  Hard to tell without a lot more
detail about what case you were testing.

            regards, tom lane

pgsql-performance by date:

Previous
From: Miles Keaton
Date:
Subject: would number of fields in a table affect search-query time?
Next
From: "Steinar H. Gunderson"
Date:
Subject: Re: would number of fields in a table affect search-query time?