Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?

Поиск
Список
Период
Сортировка
От Morris Goldstein
Тема Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Дата
Msg-id 41b6f5c20804010712rb5f363nf3d26f83dfc92d53@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Список pgsql-general
On Mon, Mar 31, 2008 at 2:10 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> "Morris Goldstein" <morris.x.goldstein@gmail.com> writes:
> > Suppose I have a database with $PGDATA on /dev/sda, and a tablespace
> > directory on /dev/sdb. Will Postgres start successfully if /dev/sda is
> > mounted and /dev/sdb is not? If not, why not?
>
> It will start, but you will have unpleasant failures when you try to use
> tables in the secondary tablespace

Understood. I can guarantee that there will be no such accesses until
/dev/sdb is mounted.

> ... note that if autovacuum is on,
> that is likely to happen even without any explicit action on your part.

That's a good point. We don't use autovacuum, and I guess we'd have to
forego it. (Or can it be turned on and off dynamically?)

But that makes me wonder: what about this sequence of events:

- Postgres running normally on /dev/sda and /dev/sdb.
- Update to table in /dev/sdb tablespace is committed but still exists in WAL.
- Postgres crashes (e.g. power failure).
- Postgres starts with /dev/sda only.
- Recovery needs to update table in /dev/sdb tablespace.

I assume bad things will happen in this case.

Jack

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

Предыдущее
От: "korry"
Дата:
Сообщение: Re: Role attribute for user email?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] ANALYZE getting dead tuple count hopelessly wrong