Re: Document parameter count limit

Поиск
Список
Период
Сортировка
От Corey Huinker
Тема Re: Document parameter count limit
Дата
Msg-id CADkLM=cQuA=3MePctch9SbfP8gohFn9p9hBF0RjB9aDf6GR3yw@mail.gmail.com
обсуждение исходный текст
Ответ на Document parameter count limit  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: Document parameter count limit  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers

+    <entry>if you are reading this prepatorily, please redesign your query to use temporary tables or arrays</entry>

I agree with the documentation of this parameter.
I agree with dissuading anyone from attempting to change it
The wording is bordering on snark (however well deserved) and I think the voice is slightly off.

Alternate suggestion:

Queries approaching this limit usually can be refactored to use arrays or temporary tables, thus reducing parameter overhead.

The bit about parameter overhead appeals to the reader's desire for performance, rather than just focusing on "you shouldn't want this".

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ability to reference other extensions by schema in extension scripts
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Lock on ShmemVariableCache fields?