Re: Read-ahead and parallelism in redo recovery

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Read-ahead and parallelism in redo recovery
Дата
Msg-id 12563.1204318035@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Read-ahead and parallelism in redo recovery  (Decibel! <decibel@decibel.org>)
Ответы Re: Read-ahead and parallelism in redo recovery
Список pgsql-hackers
Decibel! <decibel@decibel.org> writes:
> Perhaps a good short-term measure would be to have recovery allocate  
> a 16M buffer and read in entire xlog files at once.

If that isn't entirely useless, you need a better kernel.  The system
should *certainly* be bright enough to do read-ahead for our reads of
the source xlog file.  The fetches that are likely to be problematic are
the ones for pages in the data area, which will be a lot less regular
for typical workloads.
        regards, tom lane


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

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Read-ahead and parallelism in redo recovery
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Read-ahead and parallelism in redo recovery