Re: Some silly questions

From: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Some silly questions
Date: 2002-10-30 10:52:02
Message-ID: apogf6$j48$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Michiel Lange" <michiel(at)minas(dot)demon(dot)nl> wrote in message
news:apn9vs$gou$1(at)news(dot)hub(dot)org(dot)(dot)(dot)
> I was just wondering about a few options that I would think might be
pretty
> useful. They might exist, but then, I don't know how to get it done...
>
> Here's my list:
> - multi-volume database. Is it possible to split the complete database so
it
> will use several disks? One reason might be load-balancing of the disks,
> another might be a very full disk... there may be even more...
> - If multi-voluming exists, is it possible to make certain specific tables
> can get in a special 'area', so you'd know on which disk it would be?

Well, if you take a look in the directory
/var/lib/pgsql/data/base
(this path depend on your distribution ) you can see a lot
of directory (numbers) and at this level each number is a Database
inside that directory you have others file and each is a different object
of the DB ( index, table etc) you can create link on different disk if you
want,
take care that Postgres don't follow the links so if you delete and create a
table
or an index that object is recreated on the original location.

Ciao
Gaetano

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Denis Braekhus 2002-10-30 11:45:29 Behaviour patterns on pgsql (7.1.3)
Previous Message Bruce Momjian 2002-10-30 05:51:52 Re: pg_log: no such file or directory