Re: How to expand existing table-space

From: Ravi Krishna <sravikrishna3(at)gmail(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: How to expand existing table-space
Date: 2015-05-26 20:33:49
Message-ID: CACER=P32F8Xp4DMdrhQcS4+6a3Pq4dwSKjS7P9MnOeVLhkmW3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> That's also a way you could migrate your current table without disrupting production.
>
> Partitioning like that is often done as a performance optimization; but it sounds like you're proposing that a file system cannot be expected to handle a large table in piece??? I don't understand that.

Let us say that that the sys admins have set a limit of 1TB per FS.
This automatically implies that a single table can not grow more than
1TB, unless it is broken into smaller tables via inheritance and each
child table goes to a separate table-space. I hope I am clearer now.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2015-05-26 20:53:58 Re: How to expand existing table-space
Previous Message Scott Ribe 2015-05-26 20:11:53 Re: How to expand existing table-space