Re: [HACKERS] Timing of pgstats updates

2004-11-18 Thread Jan Wieck
On 11/18/2004 11:43 AM, Tom Lane wrote: "David Parker" <[EMAIL PROTECTED]> writes: What I think is happening with the missing pg_statistic entries: The install of our application involves a lot of data importing (via JDBC) in one large transaction, which can take up to 30 minutes. (I realize I left

Re: [HACKERS] [pgsql-hackers] Timing of pgstats updates

2004-11-18 Thread Josh Berkus
Tom, > This seems like a good change to me. ÂDoes anyone not like it? +1 -- Josh Berkus Aglio Database Solutions San Francisco ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail co

[HACKERS] Timing of pgstats updates

2004-11-18 Thread Tom Lane
"David Parker" <[EMAIL PROTECTED]> writes: > What I think is happening with the missing pg_statistic entries: > The install of our application involves a lot of data importing (via > JDBC) in one large transaction, which can take up to 30 minutes. (I > realize I left out this key piece of info in m