Re: How to get FK to use new index without restarting the database

From: Eric Comeau <ecomeau(at)signiant(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to get FK to use new index without restarting the database
Date: 2010-12-17 06:53:56
Message-ID: ief1e3$4ac$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 10-12-16 11:27 AM, Tom Lane wrote:
> Eric Comeau<ecomeau(at)signiant(dot)com> writes:
>> Is there a way force the db to re-evaluate its execution plan for a FK
>> without bouncing the DB?
>
>> PostgreSQL 8.1.17
>
> You don't need to bounce the whole DB, but you will need to start fresh
> sessions. We didn't add automatic invalidation of those plans until 8.3.
>
> regards, tom lane
>

We confirmed that disconnecting and reconnecting resolves the issue.

Thanks to all that helped.

I replied to Tom and the list yesterday from my e-mail, but I don't see
my reply here, so it must be stuck in the ether somewhere....

Eric

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Filip Rembiałkowski 2010-12-17 09:27:57 Re: Auto-clustering?
Previous Message Royce Ausburn 2010-12-16 23:49:02 Auto-clustering?