From: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
---|---|
To: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Causal reads take II |
Date: | 2017-07-12 21:45:51 |
Message-ID: | CAEepm=1w5s4yqWXn=xJqDjEDPN2cyoaaTyGmB4dN0VrLwZiqbw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Jul 13, 2017 at 2:51 AM, Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
> Thank you. I started to play with it a little bit, since I think it's an
> interesting idea. And there are already few notes:
Thanks Dmitry.
> * I don't see a CF item for that, where is it?
https://commitfest.postgresql.org/14/951/
The latest version of the patch is here:
I renamed it to "synchronous replay", because "causal reads" seemed a
bit too arcane.
> * Looks like there is a sort of sensitive typo in `postgresql.conf.sample`:
>
> ```
> +#causal_reads_standy_names = '*' # standby servers that can potentially
> become
> + # available for causal reads; '*' = all
> +
> ```
>
> it should be `causal_reads_standby_names`.
Fixed in latest version (while renaming).
> Also I hope in the nearest future
> I
> can provide a full review.
Great news, thanks!
--
Thomas Munro
http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dean Rasheed | 2017-07-12 22:23:58 | Re: New partitioning - some feedback |
Previous Message | Peter Geoghegan | 2017-07-12 21:20:43 | Re: [WIP] Zipfian distribution in pgbench |