Re: WAL file location

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: WAL file location
Дата
Msg-id Pine.LNX.4.44.0207310001350.6899-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: WAL file location  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: WAL file location  (Curt Sampson <cjs@cynic.net>)
Список pgsql-hackers
Bruce Momjian writes:

> Thomas, are you going to extend this to locations for any table/index?
> Seems whatever we do for WAL should fix in that scheme.

The trick is that it might not.  For relations you simply need a system
table mapping location names to file system locations, and you can add and
remove those mappings at will.  Moving an object between locations can be
accomplished by locking the object down, moving the files, updating the
system catalogs, and unlocking.

But the location of the WAL logs, and the commit logs, if anyone is
thinking in that direction, needs to be known to initdb.  And if you want
to move them later you'd need to halt the entire system or implement some
smarts for transition.  So I'm not sure if these things fit under one
umbrella.  It would probably be nice if they did.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Open 7.3 items
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Trim the Fat (Was: Re: Open 7.3 items )