Re: pg_dump and transactions

From: Thomas Lockhart <thomas(at)fourpalms(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ferdinand Smit <ferdinand(at)telegraafnet(dot)nl>, pgsql-patches(at)postgresql(dot)org
Subject: Re: pg_dump and transactions
Date: 2002-03-21 16:58:53
Message-ID: 3C9A114D.958FB380@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> > This (simple) patch creates (if the -T flag is set) a transaction of every
> > insert block, so de import is mostly 10 times faster.
> ... kinda seems like a kluge ...

I haven't looked at the patch to see if, for example, the -T flag takes
a tuple count to determine the size of the transaction blocks. But istm
that this is actually a very useful feature, even though it should not
be required as a direct result of Ferdinand's problems with the copy
functionality.

Why not have a feature which can increase the speed of an insert-style
import? We're not demanding that everyone use it, and we have someone
who went to the trouble to implement it.

- Thomas

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Thomas Lockhart 2002-03-21 17:02:28 Re: Domain Support -- another round
Previous Message Tom Lane 2002-03-21 16:43:43 Re: pg_dump and transactions