Re: New gist vacuum. - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: New gist vacuum.
Date
Msg-id CAB7nPqRH5AmAAfSPskQSLBejz_TWfd9fH+na++RFwXRWnVKdpg@mail.gmail.com
Whole thread Raw
In response to New gist vacuum.  (Костя Кузнецов <chapaev28@ya.ru>)
List pgsql-hackers
On Fri, Sep 11, 2015 at 7:52 AM, Костя Кузнецов <chapaev28@ya.ru> wrote:
> old version:
>
> INFO: vacuuming "public.point_tbl"
> INFO: scanned index "gpointind" to remove 11184520 row versions
> DETAIL: CPU 84.70s/72.26u sec elapsed 27007.14 sec.
> [...]
>
> new vacuum is about
> INFO: vacuuming "public.point_tbl"
> INFO: scanned index "gpointind" to remove 11184520 row versions
> DETAIL: CPU 13.00s/27.57u sec elapsed 1864.22 sec.
> [...]
> There is a big speed up + we can reuse some pages.

Indeed. Interesting. You should definitely add your patch to the next
commit fest:
https://commitfest.postgresql.org/7/
--
Michael



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Reducing the size of BufferTag & remodeling forks
Next
From: Charles Clavadetscher
Date:
Subject: Re: [DOCS] Missing COMMENT ON POLICY