Re: Creation of temporary tables on read-only standby servers

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Creation of temporary tables on read-only standby servers
Дата
Msg-id 201010231349.o9NDnb408416@momjian.us
обсуждение исходный текст
Ответ на Re: Creation of temporary tables on read-only standby servers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Greg Stark wrote:
> >> It seems to me simpler and more direct to just nail relcache
> >> entries for these objects into memory and manipulate them directly.
> >> They can be constructed from the global catalog tables and then
> >> tweaked to point to the backend local temporary tables.
> 
> > Funny, but that is how I implemented temporary tables in 1999 and lasted
> > until 2002 when schema support was added.  It actually worked because
> > all the lookups go through the syscache.
> 
> ... and as I recall, we got rid of it principally because the temp
> tables weren't visible to ordinary catalog lookups, thus breaking
> all sorts of client-side logic.

Yes, I felt lucky the breakage was so minimal.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: ask for review of MERGE
Следующее
От: Greg Smith
Дата:
Сообщение: Re: ask for review of MERGE