Re: Large number of tables slow insert

From: tls(dot)wydd(at)free(dot)fr
To: DiezelMax <max(at)nts(dot)biz(dot)ua>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Large number of tables slow insert
Date: 2008-08-23 19:35:34
Message-ID: 1219520134.48b0668645ce4@imp.free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Actually, I've got another test system with only few sensors (thus few tables)
and it's working well (<10ms insert) with all the indexes.
I know it's slowing down my performance but I need them to interogate the big
tables (each one can reach millions rows with time) really fast.

> Each INDEX create a delay on INSERT. Try to measure performance w/o any
> indexes.
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

Regards

Loïc

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2008-08-23 23:49:58 Re: Large number of tables slow insert
Previous Message Loic Petit 2008-08-23 17:25:36 Re: Large number of tables slow insert