Re: speedup tidbitmap patch: cache page - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: speedup tidbitmap patch: cache page
Date
Msg-id 5491A7C0.20708@sigaev.ru
Whole thread Raw
In response to Re: speedup tidbitmap patch: cache page  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: speedup tidbitmap patch: cache page  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
> You could well be right, but it would be good to compare the numbers just so we
> know this for sure.
I wasn't right :(

# set work_mem='64kB';
# set enable_seqscan  = off;
Patched: 1194.094 ms
Master:  1765.338 ms

 > Are you seeing the same?
Fixed too, the mistake was in supposition that current page becomes lossy in
tbm_lossify. It's not always true because tbm_lossify() could lossify only part
of pages and we don't know which. Thank you very much.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

Attachment

pgsql-hackers by date:

Previous
From: didier
Date:
Subject: Re: WALWriter active during recovery
Next
From: Heikki Linnakangas
Date:
Subject: Re: Proposal: Log inability to lock pages during vacuum