[COMMITTERS] pgsql: Document some new parallel query capabilities.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Document some new parallel query capabilities.
Дата
Msg-id E1cm2Sd-0007cp-BZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document some new parallel query capabilities.

This updates the text for parallel index scan, parallel index-only
scan, parallel bitmap heap scan, and parallel merge join.  It also
expands the discussion of parallel joins slightly.

Discussion: http://postgr.es/m/CA+TgmoZnCUoM31w3w7JSakVQJQOtcuTyX=HLUr-X1rto2=2bjw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/054637d2e08cda6a096f48cc99696136a06f4ef5

Modified Files
--------------
doc/src/sgml/parallel.sgml | 73 ++++++++++++++++++++++++++++++++++++----------
1 file changed, 57 insertions(+), 16 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix bug in parallel tidbitmap iteration.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Document lack of validation when attaching foreign partitions.