Re: GetSnapshotData round two(for me) - Mailing list pgsql-hackers

From Dilip Kumar
Subject Re: GetSnapshotData round two(for me)
Date
Msg-id CAFiTN-tpF=KWTBmSUU8gw2WoVA6LYDfYR-NiZ-ZeLfFj9-7Nmg@mail.gmail.com
Whole thread Raw
In response to GetSnapshotData round two(for me)  (Daniel Wood <hexexpert@comcast.net>)
List pgsql-hackers
On Tue, Sep 25, 2018 at 11:00 AM, Daniel Wood <hexexpert@comcast.net> wrote:
> I was about to suggest creating a single shared snapshot instead of having
> multiple backends compute what is essentially the same snapshot.  Luckily,
> before posting, I discovered Avoiding repeated snapshot computation from
> Pavan and POC: Cache data in GetSnapshotData() from Andres.
>
I think Mithun has also worked on this[1] and posted some analysis
about which cases he has seen improvement and also the cases where it
did not perform well, you might want to have a look.

[1] https://www.postgresql.org/message-id/CAD__OujRZEjE5y3vfmmZmSSr3oYGZSHRxwDwF7kyhBHB2BpW_g%40mail.gmail.com

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Daniel Wood
Date:
Subject: GetSnapshotData round two(for me)
Next
From: Thomas Munro
Date:
Subject: Re: Strange failure in LWLock on skink in REL9_5_STABLE