Re: Re: What to do if space for database decrease and no additional hard drive is possible?

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: What to do if space for database decrease and no additional hard drive is possible?
Date: 2010-07-26 12:01:52
Message-ID: 20100726120152.GH1774@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Ivan Voras :
> * buy external storage (NAS, or even an external USB drive), move the
> database to it

buy external USB-Drive, and create a new tablespace, and move some large
table into this new tablespace and/or use the new tablespace for new
tables. You can also use table-partitioning with different tablespaces.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2010-07-26 12:09:23 Re: What to do if space for database decrease and no additional hard drive is possible?
Previous Message Ralf Schuchardt 2010-07-26 11:44:01 Re: Data dumps to files - best methods?