Re: 回复:Re: 回复:Re: speed up pg_upgrade with large number of tables

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: 回复:Re: 回复:Re: speed up pg_upgrade with large number of tables
Дата
Msg-id Zov5kHbEyDMuHJI_@nathan
обсуждение исходный текст
Ответ на 回复:Re: 回复:Re: speed up pg_upgrade with large number of tables  ("杨伯宇(长堂)" <yangboyu.yby@alibaba-inc.com>)
Список pgsql-hackers
On Mon, Jul 08, 2024 at 03:22:36PM +0800, 杨伯宇(长堂) wrote:
> Besides, https://commitfest.postgresql.org/48/4995/ seems insufficient to 
> this situation. Some time-consuming functions like check_for_data_types_usage
> are not yet able to run in parallel. But these patches could be a great
> starting point for a more efficient parallelism implementation. Maybe we can
> do it later.

I actually just wrote up the first version of the patch for parallelizing
the data type checks over the weekend.  I'll post it shortly.

-- 
nathan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Injection point locking
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: 回复: An implementation of multi-key sort