Re: Global temporary tables

Поиск
Список
Период
Сортировка
От Konstantin Knizhnik
Тема Re: Global temporary tables
Дата
Msg-id 1e0a0954-2be5-b36c-c420-cdd0a381d641@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Global temporary tables  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Global temporary tables
Список pgsql-hackers
As far as both Robert and Pavel think that aspects of using GTT in 
parallel queries and at replica should be considered separately.
I have prepared simplest version of the patch for GTT which introduces 
minimal differences with current (local) temporary table.
So GTT are stored in private buffers, can not be accessed at replica, in 
prepared transactions and parallel queries.
But it supports all existed built-on indexes (hash, nbtree, btrin, git, 
gist, spgist) and per-backend statistic.
There are no any DDL limitations for GTT.

Also I have not yet introduced pg_statistic view (as proposed by Pavel). 
I afraid that it may break compatibility with some existed extensions 
and applications.


-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Refactor parse analysis of EXECUTE command
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: SPI refactoring