Re: index on custom function; explain

From: "Jan Aerts" <jan(dot)aerts(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: index on custom function; explain
Date: 2005-10-04 10:10:28
Message-ID: 1128420628.326795.158780@g47g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Some additional thoughts: what appears to take the most time (i.e.
account for the highest cost in the explain), is _not_ running the
function itself (cost=0.00..0.01), but comparing the result from that
function with the name1 column in the mappings table
(cost=0.00..35935.05). Am I right? (See EXPLAIN in previous post.) If
so: that's pretty strange, because the name1-column in the mappings
table is indexed...

jan.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stefan Weiss 2005-10-04 10:31:42 Re: Is There Any Way ....
Previous Message Martijn van Oosterhout 2005-10-04 10:04:56 Re: [PERFORM] A Better External Sort?