"News" <born2net (AT) sbcglobal (DOT) net> wrote:
Quote:
select part_number FROM catalog WHERE part_number LIKE 'HH%'
on a catalog table with 14,000 records takes 41.57 seconds. |
As Lennart says, go to the Postgres lists.
It looks like that there is no index on "part_number" - is there?
Paul...
--
plinehan __at__ yahoo __dot__ __com__
XP Pro, SP 2,
Oracle, 10.2.0.1 (Express Edition)
Interbase 6.0.2.0;
When asking database related questions, please give other posters
some clues, like operating system, version of db being used and DDL.
The exact text and/or number of error messages is useful (!= "it didn't work!").
Thanks.
Furthermore, as a courtesy to those who spend
time analysing and attempting to help, please
do not top post.