Re: newbie qs; fixing and checking databases

Поиск
Список
Период
Сортировка
От ken
Тема Re: newbie qs; fixing and checking databases
Дата
Msg-id ANEFJNEGAHPHHGIKELIBAEHJCIAA.kenzo@kennethambrose.com
обсуждение исходный текст
Ответ на Re: newbie qs; fixing and checking databases  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: newbie qs; fixing and checking databases  (Rusty Wright <rusty@socrates.Berkeley.EDU>)
Список pgsql-admin
Did somebody just yell "fire" in a crowded theatre?

Ken

-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org]On Behalf Of Bruce Momjian
Sent: Wednesday, October 16, 2002 12:54 PM
To: Rusty Wright
Cc: tgl@sss.pgh.pa.us; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] newbie qs; fixing and checking databases


Rusty Wright wrote:
> It seems to me that if the machine crashes in the middle of a
> transaction that there will be or is a very high chance of database
> corruption.  I don't know if and how postgresql would detect and
> handle that after the system reboots.  We are running mysql here and
> haven't had any data integrity problems.

No chance of corruption.  On restart, the WAL file will bring the system
back to the state before the transaction started.  In fact, the WAL
doesn't even have to be used because the transaction isn't marked as
completed yet.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: newbie qs; fixing and checking databases
Следующее
От: Morten Guldager
Дата:
Сообщение: Re: VACUUM FULL fails to free diskspacef