Re: PostgreSQL 15 release announcement draft

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: PostgreSQL 15 release announcement draft
Дата
Msg-id 20220912210907.GA2503@telsasoft.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 15 release announcement draft  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
On Tue, Sep 13, 2022 at 08:17:27AM +1200, David Rowley wrote:
> > certain operating systems, PostgreSQL 15 supports the ability to
> > [prefetch WAL file contents](https://www.postgresql.org/docs/15/runtime-config-wal.html#GUC-RECOVERY-PREFETCH)
> 
> I think "ability to prefetch WAL file contents" is not really an
> accurate way to describe this feature.  What the prefetcher does is
> prefetch the pages of tables, indexes and materialized views which are
> referenced by WAL, so that when the recovery process comes along
> later, the pages of these relations which are being changed by the WAL
> record are more likely to be in memory so that the recovery process is
> less likely to have to load the referenced pages from disk.
> 
> Perhaps the text should read:
> 
> "PostgreSQL 15 adds support for prefetching pages referenced in [WAL]."

Related:
https://www.postgresql.org/message-id/20220904075450.6g4nm4hralyw3tab@alvherre.pgsql



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: PostgreSQL 15 release announcement draft
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: pg15b4: FailedAssertion("TransactionIdIsValid(xmax)