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)
Re: enforcing a plan (in brief)
Список 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 по дате отправления: