From: | "Uwe Bartels" <uwe(dot)bartels(at)gmail(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | refreshing prepared statements after index rebuild |
Date: | 2008-10-17 10:25:37 |
Message-ID: | 8ea917510810170325s769b3cf1k49b94a829d7620a0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-10-17 12:10:18 | Re: refreshing prepared statements after index rebuild |
Previous Message | Tim Bruce - Postgres | 2008-10-16 14:29:14 | Re: Upgrade in same major version |