Re: database design with temporary tables

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: database design with temporary tables
Дата
Msg-id ebb9eeb4-8815-65a9-c63e-3d38ff044116@gmail.com
обсуждение исходный текст
Ответ на Re: database design with temporary tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: database design with temporary tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On 8/29/21 12:24 PM, Adrian Klaver wrote:
> Presumably not. Temporary tables only live at most for the length of a 
> session. It would be a really bad idea to hold sessions open for 24 
> hours. That is assuming nothing else causes the session to drop and 
> the data to be lost. 

Well, that's precisely how application servers work. The allocate 
connection pool and keep them open for a very long time.


-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com




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

Предыдущее
От: ourdiaspora
Дата:
Сообщение: Re: database design with temporary tables
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: database design with temporary tables