Re: [GENERAL] Storing database in WORM devices

Поиск
Список
Период
Сортировка
От Alex Turner
Тема Re: [GENERAL] Storing database in WORM devices
Дата
Msg-id 33c6269f05051113026338b8ef@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Storing database in WORM devices  (<GGoshen@axsone.com>)
Ответы Re: [GENERAL] Storing database in WORM devices  (Richard_D_Levine@raytheon.com)
Список pgsql-admin
If you simply put your database tables in their own tablespace, then
move that tablespace to a WORM device, I can't see why that wouldn't
work as long as you keep all the system tables etc.. on the regular RW
tablespace

Alex Turner
netEconomist

On 5/11/05, GGoshen@axsone.com <GGoshen@axsone.com> wrote:
> I would like to clarify something.
> I intend to create the database on a re-writable device (not WORM). At some point, when I no longer want to
add/modifythe database, I plan to copy it to the WORM device. Then I would like to be able to access the database on
theWORM device for reading purposes only. 
>
> I think that the pg_listener catalog is being written for any user connection. I am not sure whether I could store
thesystem catalogs separated from the application table spaces. 
>
> -----Original Message-----
> From: Alex Turner [mailto:armtuk@gmail.com]
> Sent: Wednesday, May 11, 2005 3:41 PM
> To: Goshen, Galit
> Cc: doug@mcnaught.org; pgsql-general@postgresql.org;
> pgsql-admin@postgresql.org
> Subject: Re: [GENERAL] Storing database in WORM devices
>
> I think simply initialising the system causes writes in the system
> tables and the WAL...
>
> I'm sure someone more knowledgeable can chime in.
>
> Alex. Turner
> netEconomist
>
> On 5/11/05, GGoshen@axsone.com <GGoshen@axsone.com> wrote:
> > Why? Any specific reason that you are aware of ?
> > Are there any writes done to the database when read only SQL statements are issued?
> >
> >
> > -----Original Message-----
> > From: Douglas McNaught [mailto:doug@mcnaught.org]
> > Sent: Wednesday, May 11, 2005 2:51 PM
> > To: Goshen, Galit
> > Cc: pgsql-general@postgresql.org; pgsql-admin@postgresql.org
> > Subject: Re: [GENERAL] Storing database in WORM devices
> >
> > <GGoshen@axsone.com> writes:
> >
> > > I would like to store the complete database into a WORM device (Write Once
> > > Read Many). I would like to access this database directly from the WORM
> > > device and perform read only SQL statements against this device.
> > >
> > > Does anyone have such installation, or can determine if this is possible?
> >
> > AFAIK Postgres will not currently run on a read-only filesystem.
> >
> > -Doug
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 9: the planner will ignore your desire to choose an index scan if your
> >       joining column's datatypes do not match
> >
>

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

Предыдущее
От:
Дата:
Сообщение: Re: [GENERAL] Storing database in WORM devices
Следующее
От: "Ing. Jhon Carrillo"
Дата:
Сообщение: how do i kill user sessions?