Re: create index on function - why?

From: Bruce Momjian <root(at)candle(dot)pha(dot)pa(dot)us>
To: wweng(at)kencast(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: create index on function - why?
Date: 2002-02-17 02:49:13
Message-ID: 200202170249.g1H2nDE23123@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Due to time constraints, I do not directly answer general PostgreSQL
questions. For assistance, please join the appropriate mailing list and
post your question:

http://www.postgresql.org/users-lounge

You can also try the #postgresql IRC channel. See the PostgreSQL FAQ
for more information.

---------------------------------------------------------------------------

Wei Weng wrote:
> I can understand the rationale behind creating index on tables, it
> speeds up the searching.
>
> But what is the rationale behind creating index on a function? how does
> it help with the database performance?
>
> Thank you.
>
> --
> Wei Weng
> Network Software Engineer
> KenCast Inc.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>

--
Bruce Momjian | http://candle.pha.pa.us
root(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-02-18 05:35:14 Function to split pg_trigger.tgargs
Previous Message Tom Lane 2002-02-16 20:02:12 Re: More problems with 7.2 & functions