Re: Force specific index disuse

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Force specific index disuse
Date: 2014-05-20 18:54:17
Message-ID: 537BA4D9.8090208@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/20/2014 11:48 AM, Steve Crawford wrote:
> ...
>
> What would happen if you did:
> BEGIN;
> DROP INDEX bothersome_idx;
> INSERT INTO indexed_table...;
> ROLLBACK;
>
Never mind. Thought it through.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2014-05-20 18:55:26 Re: Force specific index disuse
Previous Message Steve Crawford 2014-05-20 18:48:47 Re: Force specific index disuse