Re: store different tables in different locations

From: "Duan Ligong" <l-duan(at)zd(dot)cnes(dot)jp(dot)nec(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: store different tables in different locations
Date: 2008-04-07 01:38:15
Message-ID: 008801c89850$0cb6a080$f623480a@nsl.ad.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Shane Ambler wrote:
> Two things I can think of that may get you a message like this.
>
> 1. Available disk space (or quotas for the postgres user) - which
> partition is the db on and how much free space does it have?

Well, In order to keep my system running 7x24, I make a cluster for it
with the third-party cluster software and the size of mirror disk where the
data is rcped to the backup server in time automatically is 1GB.

> 2. You are storing all data in the same row and column (as in adding to
> data there not inserting data into a new row) which is restricted to 1GB

There are several tables where the rows are frequently updated and inserted
and deleted.

>
> What is the exact message you get in regards to this limit?
> And where does this appear to come from?

The size of mirror disk is 1GB, on which I cannot decided.

> --
>
> Shane Ambler
> pgSQL (at) Sheeky (dot) Biz
>
> Get Sheeky @ http://Sheeky.Biz
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Bräutigam 2008-04-07 06:27:45 Re: Postgres and SUN
Previous Message Phillip Smith 2008-04-06 23:04:34 Re: Restore Data Folder Problem