Re: order of clauses

Поиск
Список
Период
Сортировка
От Dan Wilson
Тема Re: order of clauses
Дата
Msg-id 002d01c0984d$c8877c40$533987cf@corp.peoplesoft.com
обсуждение исходный текст
Ответ на Re: order of clauses  (Michael Fork <mfork@toledolink.com>)
Ответы Re: order of clauses  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
: SELECT a.x/b.y FROM vals a, (SELECT y FROM vals WHERE y > 0) b WHERE (a.x
: / b.y) > 1;

How much of a performance hit is there when using a select in the FROM
clause?  Is it even noticeable?  How much better is it to create a static
view?

-Dan


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

Предыдущее
От: edmund@lillypad.ecclestoad.co.uk
Дата:
Сообщение: Storing double-byte strings in text fields.
Следующее
От: "[Bad-Knees]"
Дата:
Сообщение: initdb: pg_encoding failed