temp schemas

Поиск
Список
Период
Сортировка
От Roberts, Jon
Тема temp schemas
Дата
Msg-id 1A6E6D554222284AB25ABE3229A9276201A19808@nrtexcus702.int.asurion.com
обсуждение исходный текст
Ответы Re: temp schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I am noticing a large number of temp schemas in my database.  We use
temp tables but it doesn't appear that the schemas get dropped for some
reason.  This greatly slows down how long it takes pgAdmin to connect
because it retrieves thousands of pg_temp_% schemas.

We mainly use "drop on commit" and see that the tables are gone after
the transaction is complete.


Any ideas why we have so many temp schemas?  Is it safe to just drop
them all?


Jon

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Dumping/Restoring with constraints?
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: WAL file questions - how to relocate on Windows, how to replay after total loss, etc