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
[EMAIL PROTECTED] wrote:
Hi,
I'm currently using a PostgreSQL DB on my disk memory, but right now I need to
split this DB in this way:
a. the first DB (or first DB partion) will be stored in the Flash
memory and it will contain the system configuration values;
b. the second DB
Hi,
I'm currently using a PostgreSQL DB on my disk memory, but right now I need to
split this DB in this way:
a. the first DB (or first DB partion) will be stored in the Flash
memory and it will contain the system configuration values;
b. the second DB (or second DB partion) wil