Re: [SQL] Slow Inserts Again

From: "Frank Morton" <fmorton(at)base2inc(dot)com>
To: <rgireyev(at)cnmnetwork(dot)com>, <pgsql-sql(at)hub(dot)org>
Subject: Re: [SQL] Slow Inserts Again
Date: 1999-05-04 00:00:06
Message-ID: 07d001be95c1$119189d0$8355e5ce@base2inc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>Is it at all possible that the optimizer is responsible for this behaviour?
>The reason I ask is that the fact that when the inserts start the optimizer
is
>working with a very small table, as the table grows larger the optimizer
never
>learns it because no VACUUM or VACUUM ANALYZE have been run.
>
>If this is indeed the problem, then running VACUUM after every 10,000
inserts
>would solve the problem.

Can I run a vacuum while inserts are still going?

Browse pgsql-sql by date

  From Date Subject
Next Message G. Anthony Reina 1999-05-04 00:04:44 Granting select on ALL tables at once
Previous Message Tom Lane 1999-05-03 23:57:46 Re: [SQL] Slow Inserts Again