Re: Can we get rid of repeated queries from pg_dump?

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: Can we get rid of repeated queries from pg_dump?
Дата
Msg-id 20210828063824.GA11579@depesz.com
обсуждение исходный текст
Ответ на Re: Can we get rid of repeated queries from pg_dump?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, Aug 27, 2021 at 05:23:23PM -0400, Tom Lane wrote:
> I experimented with the attached, very quick-n-dirty patch to collect
> format_type results during the initial scan of pg_type, instead.  On the
> regression database in HEAD, it reduces the number of queries pg_dump
> issues from 3260 to 2905; but I'm having a hard time detecting any net
> performance change.
> (This is not meant for commit as-is; notably, I didn't bother to fix
> getTypes' code paths for pre-9.6 servers.  It should be fine for
> performance testing though.)

Hi,
thanks a lot for this. Will test and report back, most likely on Monday,
though.

Best regards,

depesz




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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Idempotent DDL Updates
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Can we get rid of repeated queries from pg_dump?