Re: pgsql: When VACUUM or ANALYZE skips a concurrently dropped table,log i

Поиск
Список
Период
Сортировка
От Bossart, Nathan
Тема Re: pgsql: When VACUUM or ANALYZE skips a concurrently dropped table,log i
Дата
Msg-id E1E33F47-1B82-47EF-BA48-BBF2421AE3DF@amazon.com
обсуждение исходный текст
Ответ на Re: pgsql: When VACUUM or ANALYZE skips a concurrently dropped table,log i  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pgsql: When VACUUM or ANALYZE skips a concurrently dropped table,log i  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 12/6/17, 8:25 PM, "Robert Haas" <robertmhaas@gmail.com> wrote:
> Please give me a little time to see if I can speed up this test enough
> to fix this problem.  If that doesn't work out, then we can rip this
> out.

Just in case it got missed earlier, here’s a patch that speeds it
up enough to pass with CLOBBER_CACHE_ALWAYS enabled.  Instead of
doing database-wide operations, it just uses a partitioned table.

Nathan


Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: When VACUUM or ANALYZE skips a concurrently dropped table,log i
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Postgres with pthread