[GENERAL] hard parse?

Поиск
Список
Период
Сортировка
От Peter Koukoulis
Тема [GENERAL] hard parse?
Дата
Msg-id CABpxA9hOgg+btm15NoJ_GTSpt0Uwm9TxA1ZV0bPmtvHSUJSU5Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] hard parse?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
Hi

I have a query where a filter would always be negative, how many steps, out these:
  • parsing and syntax check
  • semantic analysis
  • transformation process (query rewrite based on system or user-defined rules)
  • query optimization
  • execution
would be performed or not? Also, where in the documentation can I found out which of the above phases would be performed?

For example, for a query such as the following:

select x,y from test1 where 1=0;

Thanks
P

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

Предыдущее
От: johncarter
Дата:
Сообщение: [GENERAL] EDB to PST Converter
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: [GENERAL] a JOIN to a VIEW seems slow