Re: Temporary tables under hot standby

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Temporary tables under hot standby
Дата
Msg-id 4FA2D736.8030108@agliodbs.com
обсуждение исходный текст
Ответ на Re: Temporary tables under hot standby  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
> (on standby)
> INSERT INTO s1 <SELECT1>;
> SELECT ... FROM s1 WHERE ...
> which seems to me to be actually harder than just rewriting as derived
> table and isn't an option on Microstrategy etc, hence my observation
> that GTTs don't help HS much. What I would like to see, one day, is
> for temp tables to work without any changes.

100% agreement.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Re: xReader, double-effort (was: Temporary tables under hot standby)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: CLOG extension