enforcing a plan (in brief)

Поиск
Список
Период
Сортировка
От Hicham G. Elmongui
Тема enforcing a plan (in brief)
Дата
Msg-id 200502101907.j1AJ73BR007233@newman.cs.purdue.edu
обсуждение исходный текст
Ответы Re: enforcing a plan (in brief)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: enforcing a plan (in brief)  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Список pgsql-hackers
Is there a way to bypass the optimizer and to specify a plan to be executed?

Something like:



Limit  -> Nested Loop     -> Nested Loop         -> Seq Scan on tab00 t00        -> Index Scan using tab03_pkey on
tab03t03                 Index Cond: ("outer".id = t03.id)    -> Index Scan using tab01_pkey on tab01 t01
IndexCond: ("outer".id = t01.id)
 





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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: New form of index "persistent reference"
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: enforcing a plan (in brief)