Re: [HACKERS] Causal reads take II

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: [HACKERS] Causal reads take II
Дата
Msg-id CA+q6zcVwcUgdQ=g8R4Kz8Jt+t=KWTsxgAOuM+FKD72c_RUok1A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Causal reads take II  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: [HACKERS] Causal reads take II  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
> On 23 June 2017 at 13:48, Thomas Munro <thomas.munro@enterprisedb.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.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alexey Chernyshov
Дата:
Сообщение: Re: Fwd: [HACKERS] Vacuum: allow usage of more than 1GB of work mem
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] New partitioning - some feedback