From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Mark Wong <markw(at)osdl(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Autovacuum loose ends |
Date: | 2005-08-12 22:42:09 |
Message-ID: | 20050812224209.GK16953@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Fri, Aug 12, 2005 at 03:16:04PM -0700, Mark Wong wrote:
> On Fri, 12 Aug 2005 17:49:41 -0400
> Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>
> > Notice how the subindexes are wrong ... I think it should be 1:3 for
> > i_orders, no? Apparently indexes_scan.data has the same problem.
>
> Whoops! I think I fixed it for real now and the charts should be
> updated now. It was broken slightly more previously.
Hmm, did you fix the 42 case only? The other one is broken too ...
Also, it seems the "tran_lock.out" file captured wrong input -- I think
you mean "WHERE transactionid IS NULL" in the query instead of "WHERE
transaction IS NULL".
I wonder what the big down-spikes (?) at minutes ~45 and ~85 correspond
to. Are those checkpoints? The IO vmstat chart would indicate that, I
think.
Anyway, it's interesting to see the performance go up with autovacuum
on. I certainly didn't expect that in this kind of test.
--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"No necesitamos banderas
No reconocemos fronteras" (Jorge González)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-08-12 22:42:46 | Re: Race conditions, race conditions! |
Previous Message | Mark Wong | 2005-08-12 22:16:04 | Re: [HACKERS] Autovacuum loose ends |
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2005-08-12 22:43:59 | Re: PATCH to allow concurrent VACUUMs to not lock each |
Previous Message | Tom Lane | 2005-08-12 22:21:56 | Re: [HACKERS] For review: Server instrumentation patch |