Re: [PATCHES] [SQL] 16 parameter limit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] [SQL] 16 parameter limit
Дата
Msg-id 9406.1018933293@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] [SQL] 16 parameter limit  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: [PATCHES] [SQL] 16 parameter limit  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [PATCHES] [SQL] 16 parameter limit  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> How about this:  We store the first 16 parameters in some fixed array for
> fast access like now, and when you have more than 16 then 17 and beyond
> get stored in some variable array in pg_proc.

<<itch>>  What's this going to cost us in the function lookup code paths?

If we can do it with little or no performance cost (at least for the
"normal case" of fewer-than-N parameters) then I'm all ears.
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Firebird 1.0 released
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Importing Large Amounts of Data