Re: Plan chosen for PQexecParams

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Plan chosen for PQexecParams
Дата
Msg-id 23524.1132525263@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Plan chosen for PQexecParams  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Plan chosen for PQexecParams  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> I've noticed that if a client uses PQexecParams, the query plan
> appears to be identical to the plan chosen for PQprepare/PQexecPrepared,
> which might not be as optimal as a plan chosen for PQexec.  I can
> understand the PQprepare case since the planner doesn't know what
> parameters will actually be used, but with PQexecParams shouldn't
> the planner have all the information it needs to choose a plan based
> on specific parameters?  Is PQexecParams just shorthand for a prepare
> followed by an execute?

Yes, but it uses the unnamed statement, so in recent server versions you
should get a postponed plan that uses the Bind parameter values.  What
test case are you looking at exactly?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Returning multiple result sets
Следующее
От: Hannu Krosing
Дата:
Сообщение: plpython and bytea