Re: impact of stats_command_string

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: jnevans(at)gmail(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: impact of stats_command_string
Date: 2005-10-25 16:04:08
Message-ID: 20051025160408.GA53661@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Oct 20, 2005 at 01:33:07PM -0700, jnevans(at)gmail(dot)com wrote:
> If I turn on stats_command_string, how much impact would it have on
> PostgreSQL server's performance during a period of massive data
> INSERTs?

Do you really need to be doing "massive data INSERTs"? Can you use
COPY, which is much more efficient for bulk loads?

http://www.postgresql.org/docs/8.0/interactive/populate.html

--
Michael Fuhr

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2005-10-25 17:02:20 Re: impact of stats_command_string
Previous Message Rodrigo Madera 2005-10-25 16:03:19 Re: Inefficient escape codes.