Forcing Postgres to Execute a Specific Plan

From: John Cieslewicz <johnc(at)cs(dot)columbia(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Forcing Postgres to Execute a Specific Plan
Date: 2008-06-02 19:43:46
Message-ID: 9FFC80E5-8530-487C-AFB7-F2B7F59DDEF7@cs.columbia.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm doing some performance experiments with postgres (8.3.1) and would
like to force postgres to execute a particular query plan. Is there a
straightforward way to specify a query plan to postgres either
interactively or programatically?

Thanks.

John Cieslewicz.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message JD Wong 2008-06-02 20:45:54 could not connect error
Previous Message Peter Geoghegan 2008-06-02 18:26:49 Maintaining an index on a large table: Is there any potential for it to stall my application?