Re: Maximum transaction rate

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Maximum transaction rate
Дата
Msg-id 5459.1236961423@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Maximum transaction rate  (Marco Colombo <pgsql@esiway.net>)
Ответы Re: Maximum transaction rate  (Marco Colombo <pgsql@esiway.net>)
Список pgsql-general
Marco Colombo <pgsql@esiway.net> writes:
> And I'm still wondering. The problem with LVM, AFAIK, is missing support
> for write barriers. Once you disable the write-back cache on the disk,
> you no longer need write barriers. So I'm missing something, what else
> does LVM do to break fsync()?

I think you're imagining that the disk hardware is the only source of
write reordering, which isn't the case ... various layers in the kernel
can reorder operations before they get sent to the disk.

            regards, tom lane

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

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: postmaster hangs on delete from
Следующее
От: Tomasz Olszak
Дата:
Сообщение: Problem with accesing Oracle from plperlu function when using remote pg client client.