Re: plpgsql and index usage - Mailing list pgsql-hackers

From Ryan Mahoney
Subject Re: plpgsql and index usage
Date
Msg-id b2m90v4h4aiiltgcr591ehqpggoglfsp2v@4ax.com
Whole thread Raw
In response to Re: plpgsql and index usage  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>>  Are you suggesting that I:
>>     a. use a different datatype in plpgsql or 
>>     b. cast the values or
>>     c. change the data type in the table
>
>Yes ;-).  Presumably (b) would be the least painful route, but any of
>these would do the trick.

It turns out that the text and char(5) were not the problem - it was
an integer field that was passed into the function as a text (the
proximity field)!  It now utilizes the index and has gone from taking
over 7 seconds to complete to .011 seconds!

I love postgres!

Thanks Tom!

-r



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Resource management in 7.4
Next
From: Darren Johnson
Date:
Subject: Re: PostgreSQL-R