Re: [PERFORM] impact of stats_command_string

2005-10-25 Thread Merlin Moncure
> 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? I know that the answer to the question I'm asking will > largely depend upon different factors so I would like to know in which > situations it would b

Re: [PERFORM] impact of stats_command_string

2005-10-25 Thread Michael Fuhr
On Thu, Oct 20, 2005 at 01:33:07PM -0700, [EMAIL PROTECTED] 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 m

[PERFORM] impact of stats_command_string

2005-10-24 Thread jnevans
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? I know that the answer to the question I'm asking will largely depend upon different factors so I would like to know in which situations it would be negligib