Re: Index / Performance issues

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Index / Performance issues
Дата
Msg-id 877kbalgz6.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответ на Re: Index / Performance issues  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: Index / Performance issues  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-performance

"scott.marlowe" <scott.marlowe@ihs.com> writes:

> select * from table where 8bitintfield='123456789';

Or:

select * from table where 8bitintfield=123456789::int8


I'm not sure which is aesthetically more pleasing.

--
greg

В списке pgsql-performance по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Index / Performance issues
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Stored Procedures and compiling