refreshing prepared statements after index rebuild

Поиск
Список
Период
Сортировка
От Uwe Bartels
Тема refreshing prepared statements after index rebuild
Дата
Msg-id 8ea917510810170325s769b3cf1k49b94a829d7620a0@mail.gmail.com
обсуждение исходный текст
Ответы Re: refreshing prepared statements after index rebuild
Список pgsql-admin
Hi,

we have a corrupt index (size=20GB) and are about to create a new index parallel to the corrupted index.
the index is running on a heavyly used online database with oltp character.

The question is what's the softest way to switch to the new index. there are several application servers, webapplications and other daemons which use prepared statements on the table associated with that index.

- just dropping the corrupt index results in errors returned while executing the existing prepared statements
- restart of the postgres server works of course, but ... you know. that's the last solution.
- i cannot currently cycle all jdbc connection pools, and bouncing the app-servers & daemons does heavier damage than cycling the database

Is there a way to centrally refresh the existing prepared statements?

any hint that results in a soft switch without disturbance of the application is appreciated.

best regards,
Uwe

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

Предыдущее
От: "Tim Bruce - Postgres"
Дата:
Сообщение: Re: Upgrade in same major version
Следующее
От: Tom Lane
Дата:
Сообщение: Re: refreshing prepared statements after index rebuild