Re: PostgreSQL DB split

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL DB split
Date: 2007-11-28 15:47:44
Message-ID: 1F5979A9-BF9F-45EC-9F08-7D08AE7F6D96@kcilink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Nov 28, 2007, at 8:18 AM, Richard Huxton wrote:

>> I can read that I can create a PostgreSQL DB on the RAMDisk
>> partion, but I'm wondering if is it possible to create
>> one DB with two schemas in two different memory location (RAM and
>> flash)?
>
> See the manuals for "tablespaces".
>

but postgres will not like it when you restart after a failure and the
ramdisk tablespace is missing the data postgres expects to be there.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vivek Khera 2007-11-28 15:49:31 Re: Error compiling Slony I
Previous Message Vivek Khera 2007-11-28 15:46:06 Re: Config settings for large restore