Re: BUG #13495: Postgres documentation consistently teaches 'bad' practice

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: BUG #13495: Postgres documentation consistently teaches 'bad' practice
Дата
Msg-id 20150709100730.GX10242@alap3.anarazel.de
обсуждение исходный текст
Ответ на BUG #13495: Postgres documentation consistently teaches 'bad' practice  (grb@skogoglandskap.no)
Список pgsql-bugs
On 2015-07-09 09:52:59 +0000, grb@skogoglandskap.no wrote:
> Relates to a current thread on pgsql-performance.

Can we please, please, not spread the discussion out any further. It's
bad enough that we're already discussing on separate threads on -bugs
and -performance.

> This issue is absolutely critical for performance and scalability of code,

Pft. In most cases it doesn't actually matter that much because the
contained query are the expensive stuff. It's just when you do lots of
very short and cheap things that it has such a big effect.  Usually the
effect on the planner is bigger.

That said, I don't mind improving the docs here, they're not easy to
grasp. But it probably shouldn't be in plpgsql's docs, but rather the
general function ones.

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

Предыдущее
От: grb@skogoglandskap.no
Дата:
Сообщение: BUG #13495: Postgres documentation consistently teaches 'bad' practice
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: PQexec() hangs on OOM