Re: Best COPY Performance

From: "Luke Lonergan" <llonergan(at)greenplum(dot)com>
To: "Worky Workerson" <worky(dot)workerson(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Best COPY Performance
Date: 2006-10-28 01:00:46
Message-ID: C167F9CE.55A8%llonergan@greenplum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Worky (that your real name? :-)

On 10/27/06 12:08 PM, "Worky Workerson" <worky(dot)workerson(at)gmail(dot)com> wrote:

> Here it is, taken from a spot about halfway through a 'cat file |
> psql' load, with the "Oracle-is-installed-and-running" caveat:
>
> r b swpd free buff cache si so bi bo in cs us sy id wa
> 1 0 345732 29328 770980 12947212 0 0 20 16552 1223 3677 12 2 85 1
> 1 0 345732 29840 770520 12946924 0 0 20 29244 1283 2955 11 2 85 1
> 1 0 345732 32144 770560 12944436 0 0 12 16436 1204 2936 11 2 86 1
> 1 0 345732 33744 770464 12942764 0 0 20 16460 1189 2005 10 2 86 1
> 2 0 345732 32656 770140 12943972 0 0 16 7068 1057 3434 13 2 85 0
> 1 0 345732 34832 770184 12941820 0 0 20 9368 1170 3120 11 2 86 1
> 1 0 345732 36528 770228 12939804 0 0 16 32668 1297 2109 11 2 85 1
> 1 0 345732 29304 770272 12946764 0 0 16 16428 1192 3105 12 2 85 1
> 1 0 345732 30840 770060 12945480 0 0 20 16456 1196 3151 12 2 84 1
> 1 0 345732 32760 769972 12943528 0 0 12 16460 1185 3103 11 2 86 1

It doesn't look like there's anything else running - the runnable "r" is
about 1. Your "bo" blocks output rate is about 16MB/s, so divide by 3 and
you're about in range with your 5MB/s COPY rate. The interesting thing is
that the I/O wait is pretty low.

How many CPUs on the machine? Can you send the result of "cat
/proc/cpuinfo"?

Is your "cat file | psql" being done on the DBMS server or is it on the
network?

- Luke

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2006-10-28 03:12:26 Re: Best COPY Performance
Previous Message Gavin Hamill 2006-10-27 22:19:20 Re: VACUUMs take twice as long across all nodes