Re: Can I deactivate indexes? - Mailing list pgsql-general

From
Subject Re: Can I deactivate indexes?
Date
Msg-id Pine.LNX.4.10.10010251007060.4999-100000@chapelperilous.net
Whole thread Raw
In response to Can I deactivate indexes?  (DaVinci <bombadil@wanadoo.es>)
List pgsql-general
On Wed, 25 Oct 2000, DaVinci wrote:

> I want to use key words like SERIAL, PRIMARY KEY, etc, for creating tables,
> but this words create indexes asociated to tables.
>
> If i use COPY to poblate tables, indexes make tranfer very slow.
>
> How can i deactivate indexes temporaly for making a COPY?.

You should drop all of your indexes when you do a bulk copy and then
rebuild them afterwards.  You can drop indexes with the DROP INDEX
statement.

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
Everything takes longer, costs more, and is less useful.
        -- Erwin Tomash


pgsql-general by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [OT] Is there any site with list archives?
Next
From: Rodrigo Castro
Date:
Subject: Postgres with Solaris 2.6