Re: COPY command details - Mailing list pgsql-general

From Ron Johnson
Subject Re: COPY command details
Date
Msg-id 460C60B9.9000603@cox.net
Whole thread Raw
In response to Re: COPY command details  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/29/07 18:35, Tom Lane wrote:
> Benjamin Arai <benjamin@araisoft.com> writes:
>> I would prefer not to drop the index because the database is several
>> hundred gigs.  I would prefer to incrementally add to the index.
>
> This may well be false economy.  I don't have numbers at hand, but a
> full rebuild can be substantially faster than adding a large number
> of rows to the index incrementally.  Also, you don't end up with a
> physically disordered index, so there is some ongoing performance
> benefit.

But deferring the index updates allows you to play games with the
the index input data, such as presorting it in order to take
advantage of locality of data.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGDGC5S9HxQb37XmcRAk1nAJwNb72P1ZBFxA8jv2d7eo2GOMTvYQCgukr7
QbOAq/Sd88ZHeOTOt+pAgcM=
=A1+E
-----END PGP SIGNATURE-----

pgsql-general by date:

Previous
From: "Bryan Murphy"
Date:
Subject: Re: Deleted Flag/Unique Constraint
Next
From: "John D. Burger"
Date:
Subject: Re: Deleted Flag/Unique Constraint