Re: Is that pgsql support the database partitioning?

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Corn" <corn(at)tryit(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is that pgsql support the database partitioning?
Date: 2001-08-30 21:22:07
Message-ID: m3ofoxxmyo.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Corn" <corn(at)tryit(dot)com> writes:

> Hi all expert,
>
> I am a newbie on pgsql. It is so many thing that I don't know.
>
> Is that pgsql supports the database partitioning just like oracle do?

Not really--there are some workarounds, and there may be tablespace
support (or something like it) in future versions.

> For the current project, I need to store data into the same database. Can I
> split the data into different storage device by using database partitioning?

It's possible, by moving files around and putting in symlinks, but you
really need to know what you're doing.

The standard and straightforward recommendation right now, if you need
more than 1 physical device for space or speed reasons, is to use RAID
or LVM for your database filesystem.

-Doug
--
Free Dmitry Sklyarov!
http://www.freesklyarov.org/

We will return to our regularly scheduled signature shortly.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Snow 2001-08-30 23:26:02 Re: Re: quick question: index optimisations on small tables
Previous Message Martín Marqués 2001-08-30 21:19:53 Re: --enable-syslog and Solaris 7