bg worker: patch 6 of 6 - ooo messages

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема bg worker: patch 6 of 6 - ooo messages
Дата
Msg-id 4C3C78D0.70803@bluegap.ch
обсуждение исходный текст
Список pgsql-hackers
Finally, this patch adds the capability to cache out-of-order messages
for workers within the coordinator process. Unlike the cache of jobs,
which basically are messages as well, these messages don't trigger a
job, but might provide additional information or data payload to a
worker that's already processing a job.

In case of Postgres-R, the very first change set received starts an
applicator job, while every subsequent change set as well as the final
commit decision are such ooo-messages, which are forwarded to the same
worker.

A parallel querying feature might want to use similar ooo messages for
data payload, forth and back. However, simpler jobs like vacuum don't
necessarily need this.

Вложения

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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: bg worker: patch 5 of 6 - splitting
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: multibyte charater set in levenshtein function