INSERTs slow

From: Dominique ROUSSEAU <d(dot)rousseau(at)nnx(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: INSERTs slow
Date: 2002-03-26 09:07:30
Message-ID: 20020326100730.Q2466@neuronnexion.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have a table with around 1.5 millions entries, and INSERTs are very
slowwwww.
This table has 3 indices on "char(32)" fields.

Without indices, the INSERTs are fluent, with indices, it crawls :/

Any idea ?

As a sidenote, it was going rather well when the table contained only 1
million entries.

Dom

--
Dominique Rousseau <d(dot)rousseau(at)nnx(dot)com>
Neuronnexion - http://www.neuronnexion.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ferruccio Zamuner 2002-03-26 09:11:57 Data integrity and sanity check
Previous Message Achilleus Mantzios 2002-03-26 08:35:56 Arrays Design Question