Re: enforcing a plan (in brief)

From: Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu>
To: "Hicham G(dot) Elmongui" <elmongui(at)cs(dot)purdue(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: enforcing a plan (in brief)
Date: 2005-02-10 21:12:44
Message-ID: mjqvf90i0fn.fsf@drones.CS.Berkeley.EDU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hicham

For your experiments (VLDB ? :-) your best bet of specifically bolting
on a plan (if you can't convince the optimizer to do the right thing)
is to hack it in the query planner.

I've done similar hacks in the past, but only in the TelegraphCQ code
and not in PostgreSQL.

--
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-02-11 03:40:45 Re: enforcing a plan (in brief)
Previous Message Bruce Momjian 2005-02-10 19:37:06 Re: enforcing a plan (in brief)