Re: What is WAL used for?

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Re: What is WAL used for?
Дата
Msg-id Pine.GSU.4.44.0312011259320.11016-100000@eskimo.com
обсуждение исходный текст
Ответ на Re: What is WAL used for?  ("Holger Hoffstaette" <usenet@wizards.de>)
Ответы Re: What is WAL used for?
Список pgsql-general
> WAL with ext3's data journaling is quite unnecessary because the WAL
> sort of IS the database's journal.

I believe you are mistaken.  ext3 data journalling only does the
filesystem.  It has no concept of the structure of the database itself.
WAL is still necessary to keep consistency on the table itself.

>
> Holger
> --
> A: Maybe because some people are too annoyed by top-posting.
> Q: Why do I not get an answer to my question(s)?
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html
>


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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: PostgreSQL from a newcomers perspective
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL