Re: expression (functional) index use in joins - Mailing list pgsql-performance

From Richard Huxton
Subject Re: expression (functional) index use in joins
Date
Msg-id 200311261752.30729.dev@archonet.com
Whole thread Raw
In response to expression (functional) index use in joins  (Roger Ging <rging@paccomsys.com>)
List pgsql-performance
On Wednesday 26 November 2003 16:38, Roger Ging wrote:
> I just installed v7.4 and restored a database from v7.3.4.
[snip]

Hmm - you seem to be getting different row estimates in the plan. Can you
re-analyse both versions and post EXPLAIN ANALYSE rather than just EXPLAIN?

>                 ->  Seq Scan on program p  (cost=0.00..15192.35
> rows=4335 width=20)
>
> planner results on 7.3.4:
>
>           ->  Index Scan using idx_program_mri_id_no_program on program
> p  (cost=0.00..3209.16 rows=870 width=20)

--
  Richard Huxton
  Archonet Ltd

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Maximum Possible Insert Performance?
Next
From: William Yu
Date:
Subject: Re: Maximum Possible Insert Performance?