Re: SELECT LIMIT 1 VIEW Performance Issue

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: SELECT LIMIT 1 VIEW Performance Issue
Дата
Msg-id 20051004221911.GJ40138@pervasive.com
обсуждение исходный текст
Ответ на Re: SELECT LIMIT 1 VIEW Performance Issue  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Comparative performance
Следующее
От: Mark Lewis
Дата:
Сообщение: Re: Is There Any Way ....