Re: O(n^2) system calls in RemoveOldXlogFiles()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: O(n^2) system calls in RemoveOldXlogFiles()
Дата
Msg-id YAEBKrUnVmn2vN/G@paquier.xyz
обсуждение исходный текст
Ответ на Re: O(n^2) system calls in RemoveOldXlogFiles()  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: O(n^2) system calls in RemoveOldXlogFiles()  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Fri, Jan 15, 2021 at 03:25:24PM +1300, Thomas Munro wrote:
> Thanks Michael!  Another notch for the unnecessary system call
> hitlist: https://wiki.postgresql.org/wiki/Syscall_Reduction

A quick question.  How much does it matter in terms of
micro-performance for this code path depending on max/min_wal_size?
Andres has mentioned its aio work, without telling any numbers.
--
Michael

Вложения

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

Предыдущее
От: Sergey Shinderuk
Дата:
Сообщение: Re: pg_preadv() and pg_pwritev()
Следующее
От: "tsunakawa.takay@fujitsu.com"
Дата:
Сообщение: RE: POC: postgres_fdw insert batching