Re: Will modifications to unlogged tables also be flused to disk?

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: Will modifications to unlogged tables also be flused to disk?
Дата
Msg-id 52FF4F01.70001@dalibo.com
обсуждение исходный текст
Ответ на Re: Will modifications to unlogged tables also be flused to disk?  (Clemens Eisserer <linuxhippy@gmail.com>)
Ответы Re: Will modifications to unlogged tables also be flused to disk?  (Clemens Eisserer <linuxhippy@gmail.com>)
Список pgsql-general
On 02/15/2014 12:22 PM, Clemens Eisserer wrote:
> Hi Andreas,
>
>> They will lost after a crash, but after a regular shutdown / restart all
>> data in the table.
> Yes, the semantics are clearly stated in the documentation.
> What I wonder is whether postgresql will issue flush/fsync operations
> when unlogged tables are modified?
>

Yes.  The only difference between logged and unlogged tables is the lack
of WAL.  As long as there's no crash, unlogged tables are treated the
same as logged tables as far as flushing/fsync-ing is concerned.

--
Vik



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

Предыдущее
От: Clemens Eisserer
Дата:
Сообщение: Re: Will modifications to unlogged tables also be flused to disk?
Следующее
От: Clemens Eisserer
Дата:
Сообщение: Re: Will modifications to unlogged tables also be flused to disk?