how to invalidate a stored procedure's plan?

Поиск
Список
Период
Сортировка
От Ben Chobot
Тема how to invalidate a stored procedure's plan?
Дата
Msg-id 083A92DD-54D2-429F-A97B-F3CE44EF4468@silentmedia.com
обсуждение исходный текст
Ответы Re: how to invalidate a stored procedure's plan?
Список pgsql-general
I have a procedure that queries a table. This should be fast because of an index, but some index bloat has caused the
indexto become expensive, and so the procedure has cached a plan that uses a full table scan. I've since fixed the
indexbloat, but the procedure still seems to be doing full table scans. Is there a non-disruptive way to invalidate the
cachedplan for that procedure globally? 

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