Re: [PATCHES] [SQL] 16 parameter limit

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [PATCHES] [SQL] 16 parameter limit
Дата
Msg-id GNELIHDDFBOCMGBFGEFOOECGCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [PATCHES] [SQL] 16 parameter limit  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > Anyway, how does one measure the perfomance impact of such a change?
> > By merely changing the constant definition, or also by actually using
> > long identifiers? I can do that if it's of any help, for various values
> > perhaps.
>
> I think I would measure disk size change in a newly created database,
> and run regression for various values.  That uses a lot of identifier
> lookups.

With schemas, maybe there'd be less name lookups and comparisons anyway,
since there's more reliance on oids instead of names?

Chris



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] [SQL] 16 parameter limit
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: Importing Large Amounts of Data