Re: Question regarding coopting Database Engine
От
scott.marlowe
Тема
Re: Question regarding coopting Database Engine
Дата
Msg-id
Pine.LNX.4.33.0310030923240.27107-100000@css120.ihs.com
Ответ на
Question regarding coopting Database Engine (Steve Yalovitser)
Список
Дерево обсуждения
Question regarding coopting Database Engine "Steve Yalovitser" <yalo@integrasoftware.com>
Re: Question regarding coopting Database Engine Rod Taylor <rbt@rbt.ca>
Re: Question regarding coopting Database Engine "scott.marlowe" <scott.marlowe@ihs.com>
On Tue, 30 Sep 2003, Steve Yalovitser wrote: > Hello, > > I'd like to know if its possible to coopt the postgres storage subsystem to > rely entirely on ram based structures, rather than disk. Any documentation > or ideas would be appreciated. Sure, create a ram disk. Set $PGDATA to it with proper permissions, initdb, and restore. Not sure why'd you wanna do it, as any crash loses all data, and postgresql's strengths lie in its ability to survive the most brutal power off situations mid-transaction etc...
В списке pgsql-hackers по дате отправления