Re: A stupid question :)

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: A stupid question :)
Дата
Msg-id 39EF7661.52F25251@selectacast.net
обсуждение исходный текст
Ответ на A stupid question :)  (DaVinci <bombadil@wanadoo.es>)
Список pgsql-general
DaVinci wrote:
>
> Excuse my ignorance but I have browsed TODO list and haven't found
> anything...
>
> What is WAL?
>
> Greets.
>
>                                                 David

Write Ahead Logging.

i.e. Whenever you do an UPDATE to postgres it is garunteed to be in the
log, and therefore you can use the log to rebuild the database because
*everything* is in the long.

Unless you do domething like SET timefield = CURRENT_TIMESTAMP or
something.

--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com

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

Предыдущее
От: "Steve Wolfe"
Дата:
Сообщение: Re: Any risk in increasing BLCKSZ to get larger tuples?
Следующее
От: "David Reid"
Дата:
Сообщение: Re: MySQL -> pgsql