[ADMIN] Re: Database over multiple drives

2001-05-31 Thread Andy Samuel
Has anybody *really* tried this solution ? Is it safe ? TIA Andy - Original Message - From: "Ragnar Kjørstad" <[EMAIL PROTECTED]> To: "David Lizano" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 4:33 PM Subject: Re: Database over multiple drives > On Thu, May

Re: [ADMIN] Database over multiple drives

2001-05-31 Thread David Lizano
>On Thu, May 31, 2001 at 10:37:26AM +0200, David Lizano wrote: > > You can't do it with Postgres. To do it, Postgres must implement > > "tablespaces" to spread the database in different localizations (who > can be > > different physical localizations, of course). Then a table can be assigned > >

Re: [ADMIN] Database over multiple drives

2001-05-31 Thread Ragnar Kjørstad
On Thu, May 31, 2001 at 10:37:26AM +0200, David Lizano wrote: > You can't do it with Postgres. To do it, Postgres must implement > "tablespaces" to spread the database in different localizations (who can be > different physical localizations, of course). Then a table can be assigned > to a tabl

Re: [ADMIN] Database over multiple drives

2001-05-31 Thread David Lizano
You can't do it with Postgres. To do it, Postgres must implement "tablespaces" to spread the database in different localizations (who can be different physical localizations, of course). Then a table can be assigned to a tablespace. If the RDBMS implements partitions also, you can distribute a