| From: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com> |
|---|---|
| To: | Thomas Munro <thomas(dot)munro(at)enterprisedb(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 14:51:23 |
| Message-ID: | CA+q6zcVwcUgdQ=g8R4Kz8Jt+t=KWTsxgAOuM+FKD72c_RUok1A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> On 23 June 2017 at 13:48, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
wrote:
>
> Apologies for the extended delay. Here is the rebased patch, now with a
> couple of improvements (see below).
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:
* I don't see a CF item for that, where is it?
* 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`. Also I hope in the nearest
future I
can provide a full review.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2017-07-12 14:58:08 | Re: New partitioning - some feedback |
| Previous Message | Alexey Chernyshov | 2017-07-12 14:48:04 | Re: Fwd: Vacuum: allow usage of more than 1GB of work mem |