From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Index File growing big. |
Date: | 2003-02-26 12:00:40 |
Message-ID: | 20030226070040.C8814@mail.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-performance |
On Wed, Feb 26, 2003 at 11:56:48AM +0530, PRAGATI SAVAIKAR wrote:
>
> Can U please suggest some way to avoid the file getting created when we
> move the data file (along with the index files) to another partition.
Yes. Submit a patch which implements tablespaces ;-)
Seriously, there is no way to avoid this in the case where you are
moving the files by hand. The suggestions for how to move files
around note this.
If this is merely a disk-size problem, why not move the entire
postgres installation to another disk, and make a link to it. If you
still need to spread things across disks, you can move things which
don't change in size very much. A good candidate here is the WAL
(pg_xlog), since it grows to a predictable size. You even get a
performance benefit.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Meskes | 2003-02-26 13:04:54 | Re: Thread safe ecpg |
Previous Message | Dave Cramer | 2003-02-26 11:58:01 | Re: autocommit off mode, how does it work? |
From | Date | Subject | |
---|---|---|---|
Next Message | daniel alvarez | 2003-02-26 13:04:39 | |
Previous Message | Rajesh Kumar Mallah | 2003-02-26 07:29:23 | Re: Index File growing big. |