Re: Large table load (40 millon rows) - WAL hassles

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: =(at)news(dot)tht(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Large table load (40 millon rows) - WAL hassles
Date: 2001-07-11 00:01:09
Message-ID: 200107110001.f6B019318684@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Version: Postgres 7.1.2
>
> A product we are developing requires frequent loading
> of a large number of rows into a table. We are using
> the "copy file" command, but with WAL we are effectively
> doubling the amount of disk writing we are doing.
>
> After the rows are loaded we do a "create index".
>
> Is there a way to turn off WAL or otherwise speeding up
> the table loading process? Would db_restore be faster?
>
> The rows are loaded in sorted order. Does this impact
> index creation negatively or positively?
>
> We are currently working with test data but we estimate
> production data to be 6 - 9 billion rows. Is anyone
> else running with these volumes?
>

We have a problem with 7.1.X where the WAL logs stay around longer than
needed. Maybe someone has a patch with that fix.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chad R. Larson 2001-07-11 00:03:12 Re: upgrading postgres from 7.0 to 7.1
Previous Message Jeff Rhys-Jones 2001-07-10 23:35:25 RE: Inner Join?