Re: WAL fsync scheduling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL fsync scheduling
Дата
Msg-id 482.974524538@sss.pgh.pa.us
обсуждение исходный текст
Ответ на WAL fsync scheduling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: WAL fsync scheduling
Re: WAL fsync scheduling
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Other backend will see they are not the lowest
> WAIT_ON_FSYNC and will wait for their byte to be set to NOT_IN_COMMIT
> so they can then continue, knowing their data was synced.

How will they wait?  Without a semaphore involved, your answer must
be either "timed sleep" or "busy-wait loop", neither of which is
attractive ...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: AW: Could turn on -O2 in AIX