Re: Backup Large Tables

From: "Michael Nolan" <htfoot(at)gmail(dot)com>
To: "Charles Ambrose" <jamjam360(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Backup Large Tables
Date: 2006-09-22 03:06:31
Message-ID: 4abad0eb0609212006p5d9c037bhf2110ce3a8c3f0f1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a table with over 6 million rows in it that I do a dump on every
night. It takes less than 2 minutes to create a file that is around 650 MB.

Are you maybe dumping this file in 'insert' mode?
--
Mike Nolan

On 9/21/06, Charles Ambrose <jamjam360(at)gmail(dot)com> wrote:
>
> Hi!
>
> I have a fairly large database tables (say an average of 3Million to
> 4Million records). Using the pg_dump utility takes forever to dump the
> database tables. As an alternative, I have created a program that gets all
> the data from the table and then put it into a text file. I was also
> unsuccessfull in this alternative to dump the database.
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2006-09-22 03:28:46 Re: Problems with date configuration
Previous Message Charles Ambrose 2006-09-22 02:54:07 Backup Large Tables