Re: SELECT LIMIT 1 VIEW Performance Issue - Mailing list pgsql-performance

From Jim C. Nasby
Subject Re: SELECT LIMIT 1 VIEW Performance Issue
Date
Msg-id 20051004221911.GJ40138@pervasive.com
Whole thread Raw
In response to Re: SELECT LIMIT 1 VIEW Performance Issue  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-performance
On Tue, Oct 04, 2005 at 04:15:41PM -0500, Jim C. Nasby wrote:
> >    Index Cond: ((playerid)::text = '22220'::text)

Also, why is playerid a text field? Comparing ints will certainly be
faster...
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-performance by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Comparative performance
Next
From: Mark Lewis
Date:
Subject: Re: Is There Any Way ....