Re: COPY FROM STDIN instead of INSERT - Mailing list pgsql-general

From Shane Ambler
Subject Re: COPY FROM STDIN instead of INSERT
Date
Msg-id 453618B8.1060302@007Marketing.com
Whole thread Raw
In response to Re: COPY FROM STDIN instead of INSERT  ("Ilja Golshtein" <ilejn@yandex.ru>)
Responses Re: COPY FROM STDIN instead of INSERT  ("Ilja Golshtein" <ilejn@yandex.ru>)
List pgsql-general
Ilja Golshtein wrote:

>> Sounds like your working with an existing database - if you are starting
>>from scratch (inserting data into an empty database) then there are
>> other things that can help too.
>
> I am working with existing database, though I am interested what "other things" you mean.
>
Basically when adding data to a table some of the time spent inserting
is spent updating indexes.

When starting a database from scratch it is much faster to import the
data and then create the indexes. The time to create index on a full
table is less than the extra time from each index update from the
inserts. The more indexes to update the more time updating indexes takes.

The problem with a live database is removing the indexes slows down
current users and if you are adding 2,000 rows to a table that already
has 5,000,000 rows in it then you will loose the benefit.


--

Shane Ambler
Postgres@007Marketing.com

Get Sheeky @ http://Sheeky.Biz

pgsql-general by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: [HACKERS] query log corrupted-looking entries
Next
From: Bill Moran
Date:
Subject: Can't get ECPG to connect (was Re: Urgen help required)