Re: 3 million record updates

From: "Nikolaus Dilger" <nikolaus(at)dilger(dot)cc>
To: jie(at)stbernard(dot)com
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-admin(at)postgresql(dot)org
Subject: Re: 3 million record updates
Date: 2002-10-06 03:06:02
Message-ID: 20021005200603.18926.h016.c001.wm@mail.dilger.cc.criticalpath.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jie Liang,

PostgreSQL needs to keep track of you 3 million updates
until you perform a commit.

So one way to avoid the WAL contention is to use a FOR
loop and issuing a commit every 1,000 records or so.

Regards,
Nikolaus Dilger

Jie Liang wrote:

>
> Tom,
>
> I tried to update a table with ~3 million records a
> set=null,
> it takes a hour unfinished. I checked my vmstat, it
> shown that disk where
> the WAL written
> was 100% busy, so I think we reach the bottleneck.
What
> else parameters I
> can turn?
> or I misconfigured?
>
> my current pg conf:
>
> shared_buffers=60000
> wal_buffers=8
> sort_mem=512
> vacuum_mem=8192
>
> OS conf:
> shmmax=535404544
> shmmin=1
> shmmni=192
> shmseg=256
> shmall=130714
> shm_use_phys=1
>
> OS: FreeBSD-4.6.2
> DB: Postgresql-7.2.1
>
> Thanks.
>
> Jie Liang
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send
> an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org
so
> that your
> message can get through to the mailing list cleanly

Browse pgsql-admin by date

  From Date Subject
Next Message Nikolaus Dilger 2002-10-06 03:17:38 Re: [ADMIN] Fast Deletion For Large Tables
Previous Message Ragnar Kjørstad 2002-10-05 22:47:55 Re: PostgreSQL and 2-node failover cluster solutions